Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOUDOPS-356] allow provide ports #448

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ricolin
Copy link
Member

@ricolin ricolin commented Oct 30, 2024

ports will allow to set multiple networks to workers.
ports needs to be set in cluster label.
For example

openstack coe cluster template create   --image $(openstack image show ubuntu-2204-kube-${version}s -c id -f value)   --external-network public   --dns-nameserver 8.8.8.8   --master-lb-enabled   --master-flavor m1.medium   --flavor m1.medium   --network-driver calico   --docker-storage-driver overlay2   --coe kubernetes   --fixed-network private   --fixed-subnet private-subnet   --label kube_tag=${version}   --label fixed_subnet_cidr=192.168.2.0/24  --label ports='[{"fixedIPs": [{"subnet": {"id": "1119851d-f971-47db-9224-cf4152f80e04"}}, {"subnet": {"id": "4053c226-808b-4ddf-ad52-f1e41eeb3aab"}}]}]' --keypair key   k8s-${version}-ports

Depends-On: #452

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant