I have found there is a problem with the
/etc/kubernetes/addons/registry-creds-rc.yaml manifest.

It starts out like so:

apiVersion: v1
kind: ReplicationController
metadata:
  name: registry-creds
  namespace: kube-system
  labels:
    version: v1.9
    addonmanager.kubernetes.io/mode: Reconcile
    kubernetes.io/minikube-addons: registry-creds
spec:
  replicas: 1
  selector:
    name: registry-creds
    version: v1.9
    addonmanager.kubernetes.io/mode: Reconcile
  template:
    metadata:
      labels:
        name: registry-creds
        version: v1.8
        addonmanager.kubernetes.io/mode: Reconcile

The v1.8 is wrong, and if I change it to v1.9 and kill the kube-addon-manager
container so that it restarts, then everything starts working.

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to