Skip to content

Commit

Permalink
Merge pull request #16135 from marcvorwerk/marcvorwerk-update-depreca…
Browse files Browse the repository at this point in the history
…ted-docs

Update OpenStack documentation to replace deprecated arguments
  • Loading branch information
k8s-ci-robot authored Dec 1, 2023
2 parents 928d7e0 + 01d9b97 commit 2ed6bae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting_started/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ kops create cluster \
--zones nova \
--network-cidr 10.0.0.0/24 \
--image <imagename> \
--master-count=3 \
--control-plane-count=3 \
--node-count=1 \
--node-size <flavorname> \
--master-size <flavorname> \
--control-plane-size <flavorname> \
--etcd-storage-type <volumetype> \
--api-loadbalancer-type public \
--topology private \
Expand Down Expand Up @@ -191,10 +191,10 @@ kops create cluster \
--zones zone-1 \
--network-cidr 10.1.0.0/16 \
--image debian-10-160819-devops \
--master-count=3 \
--control-plane-count=3 \
--node-count=2 \
--node-size m1.small \
--master-size m1.small \
--control-plane-size m1.small \
--etcd-storage-type default \
--topology private \
--bastion \
Expand Down

0 comments on commit 2ed6bae

Please sign in to comment.