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

Update on Istio addon to specify the version to install #214

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

Conversation

10alejospain
Copy link

Update on Istio addon to specify the version to install

Problem addresed

This update targets #152 where an update on the Istio version is requested and a way to select the version wanted.

Solution

  • By adding the flag --istio-version when enabling the addon you can choose a version between the available ones.
  • The command checks for the official Istio releases and if not available it aborts the operation.
  • If the flag is not set it will enable the latest version available.

Other changes

  • Updated the disable script.
  • Updated unit test.

Command structure

microk8s enable istio --istio-version 19.0.0

Also verify you have:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant