docs: add warning for workspace restarts on automount changes (CRW-9859)#3025
Open
btjd wants to merge 1 commit intoeclipse-che:mainfrom
Open
docs: add warning for workspace restarts on automount changes (CRW-9859)#3025btjd wants to merge 1 commit intoeclipse-che:mainfrom
btjd wants to merge 1 commit intoeclipse-che:mainfrom
Conversation
|
🎊 Navigate the preview: https://6986207164275122b848f5a8--eclipse-che-docs-pr.netlify.app 🎊 |
gtrivedi88
reviewed
Feb 9, 2026
|
|
||
| [WARNING] | ||
| ==== | ||
| Applying a Secret or ConfigMap with the `controller.devfile.io/mount-to-devworkspace: 'true'` label (or modifying an existing one) triggers an immediate restart of all running workspaces in that {namespace} by applying the configuration. Ensure users have saved their work before applying these changes. |
Contributor
There was a problem hiding this comment.
Suggested change
| Applying a Secret or ConfigMap with the `controller.devfile.io/mount-to-devworkspace: 'true'` label (or modifying an existing one) triggers an immediate restart of all running workspaces in that {namespace} by applying the configuration. Ensure users have saved their work before applying these changes. | |
| Applying or modifying a `Secret` or `ConfigMap` with the `controller.devfile.io/mount-to-devworkspace: 'true'` label restarts all running workspaces in the namespace. Ensure that users save their work before you apply these changes. |
gtrivedi88
reviewed
Feb 9, 2026
|
|
||
| [WARNING] | ||
| ==== | ||
| Applying a Secret or ConfigMap with the `controller.devfile.io/mount-to-devworkspace: 'true'` label (or modifying an existing one) triggers an immediate restart of all running workspaces in that {namespace} to apply the configuration. Ensure users have saved their work before applying these changes. |
Contributor
There was a problem hiding this comment.
Suggested change
| Applying a Secret or ConfigMap with the `controller.devfile.io/mount-to-devworkspace: 'true'` label (or modifying an existing one) triggers an immediate restart of all running workspaces in that {namespace} to apply the configuration. Ensure users have saved their work before applying these changes. | |
| Applying or modifying a `Secret` or `ConfigMap` with the `controller.devfile.io/mount-to-devworkspace: 'true'` label restarts all running workspaces in the namespace. Ensure that users save their work before you apply these changes.. |
gtrivedi88
reviewed
Feb 9, 2026
|
|
||
| [WARNING] | ||
| ==== | ||
| Applying a Secret or ConfigMap with the `controller.devfile.io/mount-to-devworkspace: 'true'` label (or modifying an existing one) triggers an immediate restart of all running workspaces in that {namespace} by applying the configuration. Ensure users have saved their work before applying these changes. |
Contributor
There was a problem hiding this comment.
Suggested change
| Applying a Secret or ConfigMap with the `controller.devfile.io/mount-to-devworkspace: 'true'` label (or modifying an existing one) triggers an immediate restart of all running workspaces in that {namespace} by applying the configuration. Ensure users have saved their work before applying these changes. | |
| Applying or modifying a `Secret` or `ConfigMap` with the `controller.devfile.io/mount-to-devworkspace: 'true'` label restarts all running workspaces in the namespace. Ensure that users save their work before you apply these changes. |
gtrivedi88
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this pull request change?
This PR adds a WARNING block to the Secret and ConfigMap mounting procedures. It informs users and administrators that applying or modifying resources with the
controller.devfile.io/mount-to-devworkspace: 'true'label triggers an immediate restart of all running workspaces in the affected namespace to apply the configuration.What issues does this pull request fix or reference?
Referenced Jira: https://issues.redhat.com/browse/CRW-9859
Specify the version of the product this pull request applies to
Eclipse Che (Upstream)
Pull Request checklist