-
Notifications
You must be signed in to change notification settings - Fork 65
Update org-cert.md #1457
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
Update org-cert.md #1457
Conversation
Preview environment URL: https://d161wck8lc3ih2.cloudfront.net/PR-1457/ |
docs/admin/config/org-cert.md
Outdated
@@ -28,11 +28,15 @@ kubectl -n runai-backend create secret generic runai-ca-cert \ | |||
``` | |||
kubectl -n runai create secret generic runai-ca-cert \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OpenShift
oc -n runai create secret generic runai-ca-cert \
--from-file=runai-ca.pem=<ca_bundle_path>
oc -n openshift-monitoring create secret generic runai-ca-cert \
--from-file=runai-ca.pem=<ca_bundle_path>
oc label secret runai-ca-cert -n runai run.ai/cluster-wide=true run.ai/name=runai-ca-cert --overwrite
Kubernetes
kubectl -n runai create secret generic runai-ca-cert \
--from-file=runai-ca.pem=<ca_bundle_path>
kubectl label secret runai-ca-cert -n runai run.ai/cluster-wide=true run.ai/name=runai-ca-cert --overwrite;
docs/admin/config/org-cert.md
Outdated
@@ -28,11 +28,15 @@ kubectl -n runai-backend create secret generic runai-ca-cert \ | |||
``` | |||
kubectl -n runai create secret generic runai-ca-cert \ | |||
--from-file=runai-ca.pem=<ca_bundle_path> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also Control-Plane, missing OpenShift example:
oc -n runai-backend create secret generic runai-ca-cert \
--from-file=runai-ca.pem=<ca_bundle_path>
Preview environment URL: https://d161wck8lc3ih2.cloudfront.net/PR-1457/ |
No description provided.