Skip to content

Instantly share code, notes, and snippets.

@zetaab
Created July 23, 2020 17:19
Show Gist options
  • Save zetaab/a878b0f4f6f7cd18dc174231d1731eda to your computer and use it in GitHub Desktop.
Save zetaab/a878b0f4f6f7cd18dc174231d1731eda to your computer and use it in GitHub Desktop.
~/go/bin/kops create cluster \
--cloud openstack \
--name calc.k8s.local \
--state ${KOPS_STATE_STORE} \
--zones zone-1 \
--network-cidr 10.1.0.0/16 \
--image debian-10-260520-devops \
--master-count=3 \
--node-count=2 \
--node-size m1.medium \
--master-size m1.medium \
--etcd-storage-type solidfire \
--topology private \
--bastion \
--networking calico \
--api-loadbalancer-type public \
--os-kubelet-ignore-az=true \
--os-ext-net int-net \
--os-octavia=true
I0723 20:18:20.696449 41935 s3context.go:92] Found S3_ENDPOINT="https://s3.ceph.elisa.fi", using as non-AWS S3 backend
W0723 20:18:20.936289 41935 new_cluster.go:657] Running with masters in the same AZs; redundancy will be reduced
I0723 20:18:22.156975 41935 subnets.go:184] Assigned CIDR 10.1.32.0/19 to subnet zone-1
I0723 20:18:22.157028 41935 subnets.go:198] Assigned CIDR 10.1.0.0/22 to subnet utility-zone-1
I0723 20:18:25.331322 41935 create_cluster.go:693] Using SSH public key: /Users/jessehaka/.ssh/id_rsa.pub
Previewing changes that will be made:
I0723 20:18:27.901152 41935 apply_cluster.go:423] Gossip DNS: skipping DNS validation
I0723 20:18:28.895790 41935 executor.go:103] Tasks: 0 done / 124 total; 53 can run
W0723 20:18:28.980917 41935 vfs_castore.go:604] CA private key was not found
I0723 20:18:31.506344 41935 executor.go:103] Tasks: 53 done / 124 total; 45 can run
I0723 20:18:31.980619 41935 executor.go:103] Tasks: 98 done / 124 total; 8 can run
I0723 20:18:32.762217 41935 executor.go:103] Tasks: 106 done / 124 total; 1 can run
I0723 20:18:32.930775 41935 executor.go:103] Tasks: 107 done / 124 total; 0 can run
error running tasks: Unable to execute tasks (circular dependency): BootstrapScript/nodes, Instance/master-zone-1-3-1-calc-k8s-local, LBPool/api.calc.k8s.local-https, Instance/master-zone-1-1-1-calc-k8s-local, BootstrapScript/master-zone-1-1, BootstrapScript/master-zone-1-2, PoolAssociation/calc.k8s.local-master-zone-1-1, FloatingIP/fip-api.calc.k8s.local, PoolAssociation/calc.k8s.local-master-zone-1-2, Instance/nodes-1-calc-k8s-local, LB/api.calc.k8s.local, LBListener/api.calc.k8s.local, Instance/nodes-2-calc-k8s-local, Instance/master-zone-1-2-1-calc-k8s-local, PoolAssociation/calc.k8s.local-master-zone-1-3, BootstrapScript/master-zone-1-3, FloatingIP/fip-bastions-1-calc-k8s-local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment