Roadmap: Provide access to Cluster IP Range CIDR

Created on 11 Jun 2021  路  2Comments  路  Source: docker/roadmap

Please provide a setting in the UI or via experimental settings, to set a CIDR for cluster ip's.

Related:
https://github.com/docker/for-win/issues/1667
https://github.com/docker/for-mac/issues/4429
https://github.com/docker/for-mac/issues/2820

So basically this feature is needed to fix all the 10.x problems like VPN, Company Domains, ...

Suggestion:

  • Provide UI setting "Cluster IP Range (CIDR)" in Kubernetes settings tab
  • f.ex. "Cluster IP Range (CIDR): 10.3.0.0/16"
  • Warn customer for following cluster erase -> Erase cluster
  • Create new cluster with kubeadm using the custom setting provided to flag with
    kubeadm create --allocate-node-cidrs=true --cluster-cidr=10.3.0.0/16 ...

No more running into company server 10.1.2.3 not reachable from cluster

community_new docker_desktop

Most helpful comment

This is a feature request, so I'm transferring it to the roadmap.

All 2 comments

that would be a really cool feature +1

This is a feature request, so I'm transferring it to the roadmap.

Was this page helpful?
0 / 5 - 0 ratings