Kubernets 1.9.0 minikube admins-MBP-109:~ sindhura.palakodety$ kubectl version Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.0", GitCommit:"925c127ec6b946659ad0fd596fa959be43f0cc05", GitTreeState:"clean", BuildDate:"2017-12-15T21:07:38Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.0", GitCommit:"925c127ec6b946659ad0fd596fa959be43f0cc05", GitTreeState:"clean", BuildDate:"2017-12-15T20:55:30Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"linux/amd64"} admins-MBP-109:~ sindhura.palakodety$ minikube start —vm-driver=virtualbox --kubernetes-version v1.9.0 Starting local Kubernetes v1.9.0 cluster... Starting VM... Downloading Minikube ISO 150.53 MB / 150.53 MB [============================================] 100.00% 0s Getting VM IP address... Moving files into cluster... Downloading kubeadm v1.9.0 Downloading kubelet v1.9.0 Finished Downloading kubelet v1.9.0 Finished Downloading kubeadm v1.9.0 Setting up certs... Connecting to cluster... Setting up kubeconfig... Starting cluster components... Kubectl is now configured to use the cluster. Loading cached images from config file. admins-MBP-109:~ sindhura.palakodety$ kubectl get pods --namespace=kube-system NAME READY STATUS RESTARTS AGE etcd-minikube 1/1 Running 0 1m kube-addon-manager-minikube 1/1 Running 0 1m kube-apiserver-minikube 1/1 Running 0 1m kube-controller-manager-minikube 1/1 Running 0 1m kube-dns-6f4fd4bdf-fwrsc 3/3 Running 0 2m kube-proxy-lm6xp 1/1 Running 0 2m kube-scheduler-minikube 1/1 Running 0 1m kubernetes-dashboard-77d8b98585-r7g79 1/1 Running 1 2m storage-provisioner 1/1 Running 0 2m admins-MBP-109:~ sindhura.palakodety$ kubectl describe pod kube-apiserver-minikube --namespace=kube-system Name: kube-apiserver-minikube Namespace: kube-system Node: minikube/10.0.2.15 Start Time: Sat, 19 May 2018 17:49:34 -0700 Labels: component=kube-apiserver tier=control-plane Annotations: kubernetes.io/config.hash=ecd926a1508d5c45b1cddb7864fa5135 kubernetes.io/config.mirror=ecd926a1508d5c45b1cddb7864fa5135 kubernetes.io/config.seen=2018-05-20T00:49:29.286351643Z kubernetes.io/config.source=file scheduler.alpha.kubernetes.io/critical-pod= Status: Running IP: 10.0.2.15 Containers: kube-apiserver: Container ID: docker://9fc3fa39e676d2d08d14415d0e24c6394b975143950a3c0741c01ab213e5d937 Image: gcr.io/google_containers/kube-apiserver-amd64:v1.9.0 Image ID: docker-pullable://gcr.io/google_containers/kube-apiserver-amd64@sha256:47377f5df3ea25cb677fe081be78dce9ffe4a58dcaaa4191a0a9e8295cfb848b Port: Command: kube-apiserver --admission-control=Initializers,NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname --requestheader-extra-headers-prefix=X-Remote-Extra- --advertise-address=192.168.99.100 --tls-cert-file=/var/lib/localkube/certs/apiserver.crt --enable-bootstrap-token-auth=true --requestheader-allowed-names=front-proxy-client --service-account-key-file=/var/lib/localkube/certs/sa.pub --tls-private-key-file=/var/lib/localkube/certs/apiserver.key --proxy-client-cert-file=/var/lib/localkube/certs/front-proxy-client.crt --insecure-port=0 --requestheader-group-headers=X-Remote-Group --service-cluster-ip-range=10.96.0.0/12 --client-ca-file=/var/lib/localkube/certs/ca.crt --kubelet-client-key=/var/lib/localkube/certs/apiserver-kubelet-client.key --requestheader-client-ca-file=/var/lib/localkube/certs/front-proxy-ca.crt --requestheader-username-headers=X-Remote-User --allow-privileged=true --kubelet-client-certificate=/var/lib/localkube/certs/apiserver-kubelet-client.crt --secure-port=8443 --proxy-client-key-file=/var/lib/localkube/certs/front-proxy-client.key --authorization-mode=Node,RBAC --etcd-servers=http://127.0.0.1:2379 State: Running Started: Sat, 19 May 2018 17:49:37 -0700 Ready: True Restart Count: 0 Requests: cpu: 250m Liveness: http-get https://192.168.99.100:8443/healthz delay=15s timeout=15s period=10s #success=1 #failure=8 Environment: Mounts: /etc/ssl/certs from ca-certs (ro) /var/lib/localkube/certs/ from k8s-certs (ro) Conditions: Type Status Initialized True Ready True PodScheduled True Volumes: k8s-certs: Type: HostPath (bare host directory volume) Path: /var/lib/localkube/certs/ HostPathType: DirectoryOrCreate ca-certs: Type: HostPath (bare host directory volume) Path: /etc/ssl/certs HostPathType: DirectoryOrCreate QoS Class: Burstable Node-Selectors: Tolerations: :NoExecute Events: admins-MBP-109:~ sindhura.palakodety$ kubectl get deployments -l app=couchbase-operator NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE couchbase-operator 1 1 1 1 13s admins-MBP-109:~ sindhura.palakodety$ kubectl describe pod couchbase-operator Name: couchbase-operator-696494bfd4-4pbf2 Namespace: default Node: minikube/10.0.2.15 Start Time: Sat, 19 May 2018 17:59:30 -0700 Labels: app=couchbase-operator pod-template-hash=2520506980 Annotations: Status: Running IP: 172.17.0.4 Controlled By: ReplicaSet/couchbase-operator-696494bfd4 Containers: couchbase-operator: Container ID: docker://e386c4fcf3fa018d2d83f297fe43b9f8d9620282a1d52ef9a10b807460d687d2 Image: couchbase/couchbase-operator-internal:0.8.0-175 Image ID: docker-pullable://couchbase/couchbase-operator-internal@sha256:0c87a8746336363fb6b8b3d48bbb817fd08e27c3c638d7b88d0ed0e3f57f4438 Port: 8080/TCP Command: couchbase-operator Args: -create-crd State: Running Started: Sat, 19 May 2018 17:59:31 -0700 Ready: True Restart Count: 0 Readiness: http-get http://:readiness-port/readyz delay=3s timeout=1s period=3s #success=1 #failure=19 Environment: MY_POD_NAMESPACE: default (v1:metadata.namespace) MY_POD_NAME: couchbase-operator-696494bfd4-4pbf2 (v1:metadata.name) Mounts: /var/run/secrets/kubernetes.io/serviceaccount from couchbase-operator-token-qkgf2 (ro) Conditions: Type Status Initialized True Ready True PodScheduled True Volumes: couchbase-operator-token-qkgf2: Type: Secret (a volume populated by a Secret) SecretName: couchbase-operator-token-qkgf2 Optional: false QoS Class: BestEffort Node-Selectors: Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s node.kubernetes.io/unreachable:NoExecute for 300s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 31s default-scheduler Successfully assigned couchbase-operator-696494bfd4-4pbf2 to minikube Normal SuccessfulMountVolume 31s kubelet, minikube MountVolume.SetUp succeeded for volume "couchbase-operator-token-qkgf2" Normal Pulled 30s kubelet, minikube Container image "couchbase/couchbase-operator-internal:0.8.0-175" already present on machine Normal Created 30s kubelet, minikube Created container Normal Started 30s kubelet, minikube Started container admins-MBP-109:~ sindhura.palakodety$ kubectl get pods NAME READY STATUS RESTARTS AGE cb-example-0000 1/1 Running 0 1m cb-example-0001 1/1 Running 0 38s cb-example-0002 1/1 Running 0 16s couchbase-operator-696494bfd4-4pbf2 1/1 Running 0 3m admins-MBP-109:~ sindhura.palakodety$ kubectl logs couchbase-operator-696494bfd4-4pbf2 time="2018-05-20T00:59:31Z" level=info msg="Obtaining resource lock" module=main time="2018-05-20T00:59:31Z" level=info msg="Starting event recorder" module=main time="2018-05-20T00:59:31Z" level=info msg="Attempting to be elected the couchbase-operator leader" module=main time="2018-05-20T00:59:31Z" level=info msg="I'm the leader, attempt to start the operator" module=main time="2018-05-20T00:59:31Z" level=info msg="Creating the couchbase-operator controller" module=main time="2018-05-20T00:59:31Z" level=info msg="Event(v1.ObjectReference{Kind:\"Endpoints\", Namespace:\"default\", Name:\"couchbase-operator\", UID:\"0dfc250a-5bc9-11e8-be13-0800278f153e\", APIVersion:\"v1\", ResourceVersion:\"1057\", FieldPath:\"\"}): type: 'Normal' reason: 'LeaderElection' couchbase-operator-696494bfd4-4pbf2 became leader" module=event_recorder time="2018-05-20T00:59:31Z" level=info msg="CRD initialized, listening for events..." module=controller time="2018-05-20T00:59:31Z" level=info msg="starting couchbaseclusters controller" time="2018-05-20T01:01:23Z" level=info msg="Watching new cluster" cluster-name=cb-example module=cluster time="2018-05-20T01:02:24Z" level=info msg="start running..." cluster-name=cb-example module=cluster time="2018-05-20T01:02:32Z" level=info msg="Start reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:02:32Z" level=info msg="server config all_services: cb-example-0000" cluster-name=cb-example module=cluster time="2018-05-20T01:02:32Z" level=info msg="running members: cb-example-0000" cluster-name=cb-example module=cluster time="2018-05-20T01:02:32Z" level=info msg="cluster membership: cb-example-0000" cluster-name=cb-example module=cluster time="2018-05-20T01:02:32Z" level=info msg="active nodes: cb-example-0000" cluster-name=cb-example module=cluster time="2018-05-20T01:02:48Z" level=info msg="added member (cb-example-0001)" cluster-name=cb-example module=cluster time="2018-05-20T01:03:07Z" level=info msg="added member (cb-example-0002)" cluster-name=cb-example module=cluster time="2018-05-20T01:03:18Z" level=info msg="Rebalance progress: 0.000000" cluster-name=cb-example module=retryutil time="2018-05-20T01:03:27Z" level=warning msg="create bucket: failed with error bucket default is not ready: warmup ...retrying" cluster-name=cb-example module=retryutil time="2018-05-20T01:03:32Z" level=warning msg="create bucket: failed with error bucket default is not ready: warmup ...retrying" cluster-name=cb-example module=retryutil time="2018-05-20T01:03:37Z" level=warning msg="create bucket: failed with error bucket default is not ready: warmup ...retrying" cluster-name=cb-example module=retryutil time="2018-05-20T01:03:42Z" level=info msg="Created bucket default" cluster-name=cb-example module=cluster time="2018-05-20T01:03:42Z" level=info msg="Finish reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:03:50Z" level=info msg="Start reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:03:50Z" level=info msg="Finish reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:03:58Z" level=info msg="Start reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:03:58Z" level=info msg="Finish reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:04:06Z" level=info msg="Start reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:04:06Z" level=info msg="Finish reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:04:14Z" level=info msg="Start reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:04:14Z" level=info msg="Finish reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:04:22Z" level=info msg="Start reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:04:22Z" level=info msg="Finish reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:04:30Z" level=info msg="Start reconciling" cluster-name=cb-example module=cluster time="2018-05-20T01:04:30Z" level=info msg="Finish reconciling" cluster-name=cb-example module=cluster