Skip to content

Commit 3926cc7

Browse files
committed
Add note about SSH keys
1 parent 315c26a commit 3926cc7

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

docs/deploy/services.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,18 @@ Those *must* be set using the Pulumi CLI using the `--secret` flag:
7474
pulumi config set --secret minio_root_password <your-minio-secret-key>
7575
```
7676

77-
It is critical that you set all required configuration keys before deploying the stack. In particular, you will need to supply a public SSH key that will be added to the SSH server in the access cluster.
77+
It is critical that you set all required configuration keys before deploying the stack.
78+
In particular, you will need to supply public SSH keys that will be added to the SSH servers in the access cluster.
7879
If you do not do this, you will not be able to access the isolated cluster later.
7980

8081
For a complete list of configuration keys, see the `Pulumi.yaml` file.
8182

83+
:::{important}
84+
You will need to provide *two* public SSH keys.
85+
One will be copied to the FRIDGE API proxy, and can be used to set up the SSH tunnel to the FRIDGE API.
86+
The other will be copied to the K8s API proxy, and can be used to set up the SSH tunnel to the Kubernetes API of the isolated cluster.
87+
:::
88+
8289
### Kubernetes context
8390

8491
Pulumi requires that the Kubernetes context is set for the stack.
@@ -134,7 +141,7 @@ Once these steps are complete, you can deploy the isolated cluster stack using t
134141
Currently, FRIDGE is configured to support deployment on Azure Kubernetes Service (AKS) and on DAWN AI.
135142
FRIDGE uses Cilium for networking, and thus requires a Kubernetes cluster with Cilium installed.
136143

137-
In the table below, you can see the components need to be deployed to each target.
144+
In the table below, you can see the components that need to be deployed to each target after cluster creation.
138145
Some components are pre-installed on DAWN.
139146

140147
| Component | AKS | DAWN | Local |

0 commit comments

Comments
 (0)