We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found a few examples that could use an update. Examples should work given a stock Kubernetes cluster, and should not depend on oc or OpenShift:
oc
content/page/pods.md
export $OPENSHIFT_API
export $K8S_API
curl
content/page/nodes.md
content/page/services.md
minikube ssh
See also: #41, #60, #26, #21 Related content page: #64
The text was updated successfully, but these errors were encountered:
Use kubectl to fetch API token #63
kubectl
9876def
No branches or pull requests
Found a few examples that could use an update. Examples should work given a stock Kubernetes cluster, and should not depend on
oc
or OpenShift:content/page/pods.md
: examples useoc
to fetch token. Use kubectl instead (or avoid tokens?)content/page/pods.md
: replaceexport $OPENSHIFT_API
w/export $K8S_API
content/page/pods.md
:curl
example assumes namespace == 'default'content/page/nodes.md
: needs fresh example output (mentions minishift)content/page/services.md
: Services page mentions iptables, but it's not easy to access (minikube ssh
example)See also: #41, #60, #26, #21
Related content page: #64
The text was updated successfully, but these errors were encountered: