Is there a way for me to change the Pod network CI...
# general
f
Is there a way for me to change the Pod network CIDR /16? I am assigning the following in my cluster config and I am getting failures deploying the
rke-network-plugin
Copy code
kube-api:
      service_cluster_ip_range: 10.98.0.0/16
      always_pull_images: false
      pod_security_policy: false
      secrets_encryption_config:
        enabled: true
      service_node_port_range: 30000-32767
kube-controller:
      cluster_cidr: 10.99.0.0/16
      service_cluster_ip_range: 10.98.0.0/16