You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"[OpenShift Playground] is the option we used for most of the examples on the site." But I'm unsure if the Playground comes with Kube DNS. (There may not be anything we can do, but I figure it doesn't hurt to capture here.)
The text was updated successfully, but these errors were encountered:
Correction: Kube DNS appears to be there, but the host is unreachable.
$ kubectl get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kubernetes ClusterIP 172.25.0.1 <none> 443/TCP 181d
openshift ExternalName <none> kubernetes.default.svc.cluster.local <none> 181d
thesvc ClusterIP 172.25.192.209 <none> 80/TCP 9m48s
$ kubectl exec -it jumpod -c shell -- ping thesvc.default.svc.cluster.local
PING thesvc.default.svc.cluster.local (172.25.192.209) 56(84) bytes of data.
From gateway (10.116.0.1) icmp_seq=3 Destination Host Unreachable
From gateway (10.116.0.1) icmp_seq=1 Destination Host Unreachable
From gateway (10.116.0.1) icmp_seq=2 Destination Host Unreachable
jdandrea
changed the title
Kube DNS can't be tried out using OpenShift Playground
Kube DNS example doesn't work as described using OpenShift Playground
Jan 26, 2021
"[OpenShift Playground] is the option we used for most of the examples on the site." But I'm unsure if the Playground comes with Kube DNS. (There may not be anything we can do, but I figure it doesn't hurt to capture here.)
The text was updated successfully, but these errors were encountered: