kubectl version
Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.4", GitCommit:"7243c69eb523aa4377bce883e7c0dd76b84709a1", GitTreeState:"clean", BuildDate:"2017-03-07T23:53:09Z", GoVersion:"go1.7.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.4", GitCommit:"7243c69eb523aa4377bce883e7c0dd76b84709a1", GitTreeState:"clean", BuildDate:"2017-03-07T23:34:32Z", GoVersion:"go1.7.4", Compiler:"gc", Platform:"linux/amd64"}
OS: Ubuntu 16.04 LTS
Hi,
I'm running the Bookinfo deployment to test Istio and I keep getting the following errors. Can you advise on how to fix this?
kubectl apply -f <(istioctl kube-inject -f applications/samples/apps/bookinfo/bookinfo.yaml -c /opt/kubernetes/kubeconfig)
Errors show up in the Details-v1 and Reviews-v1 apps. These same errors were also happening in the Productpage-v1 app but have magically cleared.
Errors
failed to register Third-Party Resources. the server has asked for the client to provide credentials (get thirdpartyresources.extensions istio-config.istio.io)
- failed to register Third-Party Resources. Failed to create all TPRs
TPR "IstioConfig" is not ready (the server has asked for the client to provide credentials (get IstioConfigs.istio.io)). Waiting...
kubectl version
Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.4", GitCommit:"7243c69eb523aa4377bce883e7c0dd76b84709a1", GitTreeState:"clean", BuildDate:"2017-03-07T23:53:09Z", GoVersion:"go1.7.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.4", GitCommit:"7243c69eb523aa4377bce883e7c0dd76b84709a1", GitTreeState:"clean", BuildDate:"2017-03-07T23:34:32Z", GoVersion:"go1.7.4", Compiler:"gc", Platform:"linux/amd64"}
OS: Ubuntu 16.04 LTS
Hi,
I'm running the Bookinfo deployment to test Istio and I keep getting the following errors. Can you advise on how to fix this?
kubectl apply -f <(istioctl kube-inject -f applications/samples/apps/bookinfo/bookinfo.yaml -c /opt/kubernetes/kubeconfig)
Errors show up in the Details-v1 and Reviews-v1 apps. These same errors were also happening in the Productpage-v1 app but have magically cleared.
Errors
failed to register Third-Party Resources. the server has asked for the client to provide credentials (get thirdpartyresources.extensions istio-config.istio.io)
TPR "IstioConfig" is not ready (the server has asked for the client to provide credentials (get IstioConfigs.istio.io)). Waiting...