nvcnvn
April 9, 2020, 2:00pm
1
Get issue with this default version (also error with my complex configuration).
Should I create a bug report, or this is “normal” and I missed something?
Please check my gist by order: verify env, install, verify install, delete
delete: error
→ ./istio-1.5.1/bin/istioctl manifest generate | kubectl delete -f -
clusterrole.rbac.authorization.k8s.io "prometheus-istio-system" deleted
clusterrolebinding.rbac.authorization.k8s.io "prometheus-istio-system" deleted
configmap "prometheus" deleted
deployment.apps "prometheus" deleted
service "prometheus" deleted
serviceaccount "prometheus" deleted
clusterrole.rbac.authorization.k8s.io "istio-reader-istio-system" deleted
clusterrolebinding.rbac.authorization.k8s.io "istio-reader-istio-system" deleted
customresourcedefinition.apiextensions.k8s.io "meshpolicies.authentication.istio.io" deleted
This file has been truncated. show original
install
→ ./istio-1.5.1/bin/istioctl manifest apply
This will install the default Istio profile into the cluster. Proceed? (y/N) y
- Applying manifest for component Base...
✔ Finished applying manifest for component Base.
- Applying manifest for component Pilot...
✔ Finished applying manifest for component Pilot.
Waiting for resources to become ready...
Waiting for resources to become ready...
- Applying manifest for component AddonComponents...
- Applying manifest for component IngressGateways...
This file has been truncated. show original
verify env
→ ./istio-1.5.1/bin/istioctl verify-install
Checking the cluster to make sure it is ready for Istio installation...
#1. Kubernetes-api
-----------------------
Can initialize the Kubernetes client.
Can query the Kubernetes API Server.
#2. Kubernetes-version
This file has been truncated. show original
There are more than three files. show original