kontena / pharos-cluster

Pharos - The Kubernetes Distribution
https://k8spharos.dev/
Apache License 2.0
312 stars 40 forks source link

Addons Host upgrade and Dashboard Container Creating After a fresh install #580

Closed AMO-MTSY closed 6 years ago

AMO-MTSY commented 6 years ago

pharos version 1.3.0 cluster.yml host-upgrades: enabled: true schedule: "30 6 *" schedule_window: 1h reboot: true kubernetes-dashboard: enabled: true kubectl get pods --namespace kube-system

AMO-MTSY commented 6 years ago

I think i was using incompatible configs in my cluster.yml: think the example provided in the doc is more suitable to a bare metal setup.

jnummelin commented 6 years ago

Could you show the full cluster.yml? If the problem is common, Pharos should try to protect you by erroring out early instead of setting up the cluster wrongly.

AMO-MTSY commented 6 years ago

Hi, I started with the example cluster.yml provided in the doc. Those are the changes i made to make it work for me: network: provider: calico service_cidr: 172.31.0.0/16 pod_network_cidr: 172.32.0.0/16

Removed "authentication", "audit" and "kube_proxy"