You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy/services.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,11 +74,18 @@ Those *must* be set using the Pulumi CLI using the `--secret` flag:
74
74
pulumi config set --secret minio_root_password <your-minio-secret-key>
75
75
```
76
76
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.
78
79
If you do not do this, you will not be able to access the isolated cluster later.
79
80
80
81
For a complete list of configuration keys, see the `Pulumi.yaml` file.
81
82
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
+
82
89
### Kubernetes context
83
90
84
91
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
134
141
Currently, FRIDGE is configured to support deployment on Azure Kubernetes Service (AKS) and on DAWN AI.
135
142
FRIDGE uses Cilium for networking, and thus requires a Kubernetes cluster with Cilium installed.
136
143
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.
0 commit comments