Skip to content
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

[demo] - clarify demo upgrade capability in Kubernetes #5655

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

puckpuck
Copy link
Contributor

When the demo is started in a Kubernetes world, we use init-containers to ensure the order of services to be started (e.g., Kafka before fraud detection). However, when upgrading the demo, the order in which services are restarted can not be guaranteed. Because of this, the demo install in Kubernetes has never supported an upgrade operation, and this PR adds a note to clarify that.

@puckpuck puckpuck requested a review from a team as a code owner November 21, 2024 04:26
@opentelemetrybot opentelemetrybot requested a review from a team November 21, 2024 04:27
Comment on lines 35 to 37
> **Note** The OpenTelemetry Demo Helm chart does not support being upgraded
> from one version to another. If you need to upgrade the chart, you must first
> delete the existing release and then install the new version.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> **Note** The OpenTelemetry Demo Helm chart does not support being upgraded
> from one version to another. If you need to upgrade the chart, you must first
> delete the existing release and then install the new version.
{{% alert title="Note" color="info" %}}
The OpenTelemetry Demo Helm chart does not support being upgraded
from one version to another. If you need to upgrade the chart, you must first
delete the existing release and then install the new version.
{{% /alert %}}

we prefer to make use of the docsy shortcode for alerts, since it gives us more flexibility in styling

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated this note, and all other notes in this file to use the docsy shortcode

@opentelemetrybot opentelemetrybot requested a review from a team November 21, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants