-
Notifications
You must be signed in to change notification settings - Fork 18
STAC-23392: Add global configuration mode migration guide #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STAC-23392: Add global configuration mode migration guide #174
Conversation
✅ Deploy Preview for suse-obs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
...atest/modules/en/pages/setup/install-stackstate/kubernetes_openshift/kubernetes_install.adoc
Outdated
Show resolved
Hide resolved
docs/latest/modules/en/pages/setup/upgrade-stackstate/migrate-to-global-mode.adoc
Show resolved
Hide resolved
❌ Deploy Preview for stackpacks-preview-suse-obs failed.
|
Introduces new simplified installation method using global.suseObservability configuration and provides migration path from legacy suse-observability-values chart method. Changes: - Add comprehensive migration guide (migrate-to-global-mode.adoc) - Update Kubernetes installation docs with new recommended method - Update OpenShift installation docs with new recommended method - Add migration guide to navigation - Mark legacy suse-observability-values method as deprecated - Fix cross-reference anchors for values.yaml configuration sections The new global configuration method simplifies installation from 2 steps (template + install) to 1 step while maintaining full backward compatibility and per-component override capabilities.
0d0ab5f to
8c5f174
Compare
8c5f174 to
82f2c7c
Compare
|
|
||
| [NOTE] | ||
| ==== | ||
| The new `global.suseObservability` configuration method is now the recommended installation approach. The legacy `suse-observability-values` chart method is deprecated but will continue to work for existing installations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should mention the version that supports new installation method.
| .helm_deploy.sh | ||
| [,text] | ||
| ---- | ||
| helm upgrade --install \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one also should be updated with the global configuration mode.
Introduces new simplified installation method using global.suseObservability configuration and provides migration path from legacy suse-observability-values chart method.
Changes:
The new global configuration method simplifies installation from 2 steps (template + install) to 1 step while maintaining full backward compatibility and per-component override capabilities.