Metadata
- Source
- INFRA-243
- Type
- Task
- Priority
- Major
- Status
- Closed
- Resolution
- Done
- Assignee
- Giovanni Tirloni
- Reporter
- Giovanni Tirloni
- Created
2020-04-29T10:41:32.738-0400 - Updated
2020-04-29T15:52:11.182-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
- N/A
Description
Create a Kubernetes cluster running on the IDRC hypervisors with the following configuration:
1 x master
3 x worker nodes
Comments
-
Giovanni Tirloni commented
2020-04-29T14:41:02.285-0400 # kubectl get nodes NAME STATUS ROLES AGE VERSION i-0101.tor1.incd.ca Ready master 2m28s v1.18.2 i-0102.tor1.incd.ca Ready <none> 85s v1.18.2 i-0103.tor1.incd.ca Ready <none> 79s v1.18.2 i-0104.tor1.incd.ca Ready <none> 77s v1.18.2
-
Giovanni Tirloni commented
2020-04-29T15:29:48.657-0400 sonobuoy quick test:
# ./sonobuoy results $results Plugin: e2e Status: passed Total: 4992 Passed: 1 Failed: 0 Skipped: 4991
-
Giovanni Tirloni commented
2020-04-29T15:51:42.262-0400 Dev/test cluster deployed with Calico networking and Traefik ingress controller:
# kubectl --namespace=kube-system get pods NAME READY STATUS RESTARTS AGE calico-kube-controllers-75d56dfc47-nvjzc 1/1 Running 0 71m calico-node-4mz7b 1/1 Running 0 71m calico-node-7rfr4 1/1 Running 0 71m calico-node-qb92t 1/1 Running 0 71m calico-node-r99rz 1/1 Running 0 71m coredns-66bff467f8-jlwtw 1/1 Running 0 72m coredns-66bff467f8-kd97t 1/1 Running 0 72m etcd-i-0101.tor1.incd.ca 1/1 Running 0 72m kube-apiserver-i-0101.tor1.incd.ca 1/1 Running 0 72m kube-controller-manager-i-0101.tor1.incd.ca 1/1 Running 0 72m kube-proxy-5tshj 1/1 Running 0 71m kube-proxy-6t2h2 1/1 Running 0 72m kube-proxy-9wh5l 1/1 Running 0 71m kube-proxy-xf4hb 1/1 Running 0 71m kube-scheduler-i-0101.tor1.incd.ca 1/1 Running 0 72m traefik-ingress-controller-2wsdw 1/1 Running 0 5m59s traefik-ingress-controller-fh6xt 1/1 Running 0 5m59s traefik-ingress-controller-qrnd6 1/1 Running 0 5m59s