mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 15:30:44 -04:00
Remove SSHUsers and UserKey from config v2 (#650)
* Remove SSHUsers and UserKey as part of configVersion v2 * Add migration nodes to docs * Update CHANGELOG.md
This commit is contained in:
parent
a3661d6c07
commit
878d66dcda
5 changed files with 12 additions and 66 deletions
|
@ -4,6 +4,8 @@ This document describes breaking changes in the configuration file format betwee
|
|||
|
||||
## Migrating from CLI versions < 2.3
|
||||
|
||||
- The `sshUsers` was deprecated in v2.2 and now has been eventually removed from the configuration in v2.3.
|
||||
As an alternative for SSH, check the workflow section [Connect to nodes](https://constellation-docs.edgeless.systems/constellation/workflows/troubleshooting#connect-to-nodes).
|
||||
- The `image` field for each cloud service provider has been replaced with a global `image` field. Use the following mapping to migrate your configuration:
|
||||
<details>
|
||||
<summary>Show all</summary>
|
||||
|
|
|
@ -46,7 +46,7 @@ Constellation uses the default bucket to store logs. Its [default retention peri
|
|||
</tabItem>
|
||||
</tabs>
|
||||
|
||||
## Connect to nodes via SSH
|
||||
## Connect to nodes
|
||||
|
||||
Debugging via a shell on a node is [directly supported by Kubernetes](https://kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/#node-shell-session).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue