Skip to content

Commit

Permalink
Merge pull request #1225 from run-ai/syntax-issue
Browse files Browse the repository at this point in the history
syntax
  • Loading branch information
yarongol authored Nov 11, 2024
2 parents 470f5d0 + c6ebbff commit 6319747
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
14 changes: 4 additions & 10 deletions docs/admin/config/org-cert.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
title: # Working with a Local Certificate Authority
summary: This article describes how to use a certificate in an air gapped system.
authors:
- Jason Novich
- Yaron Goldberg
date: 2023-1-Nov
---

Run:ai can be installed in an isolated network. In this [air-gapped](../installation-types.md#self-hosted-installation) configuration, the organization will not be using an established [root certificate authority](https://csrc.nist.gov/glossary/term/root_certificate_authority){target=_blank}. Instead, the organization creates a local certificate which serves as the root certificate for the organization. The certificate is installed in all browsers within the organization.
# Working with a Local Certificate Authority


Run:ai can be installed in an isolated network. In this [air-gapped](../runai-setup/installation-types.md#self-hosted-installation) configuration, the organization will not be using an established [root certificate authority](https://csrc.nist.gov/glossary/term/root_certificate_authority){target=_blank}. Instead, the organization creates a local certificate which serves as the root certificate for the organization. The certificate is installed in all browsers within the organization.

In the context of Run:ai, the cluster and control-plane need to be aware of this certificate for consumers to be able to connect to the system.

Expand Down
14 changes: 7 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,25 +242,25 @@ nav:
- 'Install the V2 CLI' : 'admin/researcher-setup/new-cli-install.md'
- 'Configuration' :
- 'Overview' : 'admin/config/overview.md'
- 'Set Node Roles' : 'admin/config/node-roles.md'
- 'Clusters' : 'admin/config/clusters.md'
- 'Advanced Cluster Configuration' : 'admin/config/advanced-cluster-config.md'
- 'Secure your Cluster' : 'admin/config/secure-cluster.md'
- 'Shared Storage' : 'admin/config/shared-storage.md'
- 'Set Default Scheduler' : 'admin/config/default-scheduler.md'
- 'Review Kubernetes Access provided to Run:ai' : 'admin/config/access-roles.md'
- 'External access to Containers' : 'admin/config/allow-external-access-to-containers.md'
- 'Install Administrator CLI' : 'admin/config/cli-admin-install.md'
- 'Node Affinity with Cloud Node Pools' : 'admin/config/node-affinity-with-cloud-node-pools.md'
- 'Local Certificate Authority' : 'admin/config/org-cert.md'
- 'Install Administrator CLI' : 'admin/config/cli-admin-install.md'
- 'Backup & Restore' : 'admin/config/dr.md'
- 'High Availability' : 'admin/config/ha.md'
- 'Scaling' : 'admin/config/large-clusters.md'
- 'Email and System Notifications': 'admin/config/notifications.md'
- 'Set Node Roles' : 'admin/config/node-roles.md'
- 'Review Kubernetes Access provided to Run:ai' : 'admin/config/access-roles.md'
- 'External access to Containers' : 'admin/config/allow-external-access-to-containers.md'
- 'Node Affinity with Cloud Node Pools' : 'admin/config/node-affinity-with-cloud-node-pools.md'
- 'Setup cluster wide PVC' : 'admin/config/cluster-wide-pvc.md'
- 'Group Nodes' : 'admin/config/limit-to-node-group.md'
- 'Workload Deletion Protection' : 'admin/config/workload-ownership-protection.md'
- 'Advanced Cluster Configuration' : 'admin/config/advanced-cluster-config.md'
- 'Mark Assets for Run:ai' : 'admin/config/create-k8s-assets-in-advance.md'
- 'Set Default Scheduler' : 'admin/config/default-scheduler.md'

- 'Maintenance' :
- 'Monitoring and maintenance Overview' : 'admin/maintenance/overview.md'
Expand Down

0 comments on commit 6319747

Please sign in to comment.