Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

knctl installs on IKS but deployed apps fail to have routes #2

Closed
maximilien opened this issue Aug 8, 2018 · 4 comments
Closed

knctl installs on IKS but deployed apps fail to have routes #2

maximilien opened this issue Aug 8, 2018 · 4 comments

Comments

@maximilien
Copy link
Contributor

On IKS the install worked but deployed apps show up without IPs. So not able to curl.

@maximilien
Copy link
Contributor Author

Seems to have installed fine in another cluster. I will do one more test on a new cluster and record details. If it installs fine then will close this.

@maximilien
Copy link
Contributor Author

Unfortunately, still seeing this. Created new cluster on lon04 datacenter and install hangs on Istio install with two pods in error.

➜  cli git:(master) ✗ knctl install
Installing Istio from 'https://raw.githubusercontent.com/knative/serving/v0.1.0/third_party/istio-0.8.0/istio.yaml'

Waiting for Istio to start...
ç^C
➜  cli git:(master) ✗ kubectl get pods -n default
No resources found.
➜  cli git:(master) ✗ kubectl get namespaces
NAME             STATUS    AGE
default          Active    17h
ibm-cert-store   Active    17h
ibm-system       Active    17h
istio-system     Active    8m
kube-public      Active    17h
kube-system      Active    17h
➜  cli git:(master) ✗ kubectl get pods -n istio-system
NAME                                       READY     STATUS      RESTARTS   AGE
istio-citadel-7bdc7775c7-2p662             1/1       Running     0          8m
istio-cleanup-old-ca-xd8ld                 0/1       Completed   0          8m
istio-egressgateway-795fc9b47-4sndq        1/1       Running     0          8m
istio-ingress-84659cf44c-qjmd5             1/1       Running     0          8m
istio-ingressgateway-7d89dbf85f-vv9zz      1/1       Running     0          8m
istio-mixer-post-install-glwhq             0/1       Error       0          8m
istio-mixer-post-install-nw6fj             0/1       Error       0          8m
istio-mixer-post-install-qv9mf             0/1       Completed   0          8m
istio-pilot-66f4dd866c-hwbd2               2/2       Running     0          8m
istio-policy-76c8896799-lc4rk              2/2       Running     0          8m
istio-sidecar-injector-645c89bc64-bn6rt    1/1       Running     0          8m
istio-statsd-prom-bridge-949999c4c-ngl4v   1/1       Running     0          8m
istio-telemetry-6554768879-qd8nc           2/2       Running     0          8m

Will try a few more things like adding more delays and perhaps retries...

@maximilien
Copy link
Contributor Author

Successfully install and uninstall on Knative on IKS using knctl when I increase the install wait loop. Submitting a PR with that change.

@maximilien
Copy link
Contributor Author

Closing on issue #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant