Skip to content

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

Merged
merged 2 commits into from
Apr 8, 2025
Merged

Update org-cert.md #1457

merged 2 commits into from
Apr 8, 2025

Conversation

SherinDaher-Runai
Copy link
Collaborator

No description provided.

Copy link
Contributor

github-actions bot commented Apr 8, 2025

Preview environment URL: https://d161wck8lc3ih2.cloudfront.net/PR-1457/

@@ -28,11 +28,15 @@ kubectl -n runai-backend create secret generic runai-ca-cert \
```
kubectl -n runai create secret generic runai-ca-cert \
Copy link
Contributor

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;

@@ -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>

Copy link
Contributor

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>

Copy link
Contributor

github-actions bot commented Apr 8, 2025

Preview environment URL: https://d161wck8lc3ih2.cloudfront.net/PR-1457/

@SherinDaher-Runai SherinDaher-Runai merged commit 5414130 into master Apr 8, 2025
2 checks passed
@SherinDaher-Runai SherinDaher-Runai deleted the Update-loca-cert branch April 8, 2025 12:51
SherinDaher-Runai added a commit that referenced this pull request Apr 8, 2025
SherinDaher-Runai added a commit that referenced this pull request Apr 8, 2025
SherinDaher-Runai added a commit that referenced this pull request Apr 8, 2025
SherinDaher-Runai added a commit that referenced this pull request Apr 8, 2025
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

Successfully merging this pull request may close these issues.

2 participants