Should be something like:
!
interface vlan 11
no ip address
ip address 192.168.1.2 255.255.254.0
operstate up
exit
!
#Not the best DHCP pool names.
no ip dhcp pool AP's
!
ip dhcp pool AP_VLAN11
default-router 192.168.1.2
network 192.168.1.0 255.255.254.0
dns-server 10.10.50.1
authoritative
!
If you have any other core switch/device that is advertising VLAN 11 subnet, you have to update the subnet to /23.
Also noticed your VLAN 8 is /20:
interface vlan 8
ip address 172.8.1.2 255.255.240.0
Make sure this is by design. You won't ne able to create a DHCP scope for /20 on an Aruba controller. Try using a dedicated DHCP server for this subnet.