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 upgrade steps for Istio 1.3 #4890

Merged
merged 2 commits into from Sep 3, 2019

Conversation

howardjohn
Copy link
Member

Fixes #4889

Please provide a description for what this PR is for.

And to help us figure out who should review this PR, please
put an X in all the areas that this PR affects.

[ ] Configuration Infrastructure
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure

@howardjohn howardjohn requested review from geeknoid and a team as code owners September 3, 2019 17:37
@istio-testing istio-testing added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 3, 2019
@googlebot googlebot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Sep 3, 2019
@@ -58,14 +49,14 @@ This is suitable for cases where `kubectl apply` was used to deploy Istio CNI.
$ NAMESPACE=$(kubectl get pods -l k8s-app=istio-cni-node --all-namespaces --output='jsonpath={.items[0].metadata.namespace}')
{{< /text >}}

1. If `istio-cni` is currently installed in a namespace other than `kube-system`
2. If `istio-cni` is currently installed in a namespace other than `kube-system`
Copy link
Contributor

Choose a reason for hiding this comment

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

Please leave numbered lists with 1. The right numbers will be inserted automatically when the page is generated.

@@ -4,6 +4,9 @@ version: "1.3"
# The full Istio version identifier the docs describe
full_version: "1.3.0"

# The previous Istio version identifier the docs describe, used for upgrade documentation
previous_version: "1.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

In order to reference this symbol from markdown files, you need to add a shortcode definition in layouts/shortcodes.

Copy link
Contributor

Choose a reason for hiding this comment

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

You should also update the release instructions in README.md to indicate this field needs to be updated when creating a new release.

@howardjohn
Copy link
Member Author

/retest

@istio-testing istio-testing merged commit 841f835 into istio:master Sep 3, 2019
@pitlv2109
Copy link
Member

I think kubectl rollout restart only works from k8s 1.15 kubernetes/kubernetes#13488 (comment), but I didn't see we mentioned it in the upgrade doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with docs/setup/upgrade/steps/index.md
5 participants