i\'m getting an error when running kubectl one one machine (windows)
the k8s cluster is running on CentOs 7 kubernetes cluster 1.7 master, worker
Here\'s my
In case of the error you should export all the kubecfg which contains the certs. kops export kubecfg "your cluster-name and export KOPS_STATE_STORE=s3://"paste your S3 store" .
kops export kubecfg "your cluster-name
export KOPS_STATE_STORE=s3://"paste your S3 store"
Now you should be able to access and see the resources of your cluster.