-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update release versions to 0.6 #1334
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 release versions to 0.6 #1334
Conversation
0d8f753 to
e2ea3db
Compare
sebgoa
left a comment
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.
lgtm but just a quick question about istio 1.0.7. Minikube/minishift and docker desktop install point to istio 1.0.7. Is that the correct version with 0.6 ?
|
|
||
| ```shell | ||
| curl -L https://raw.githubusercontent.com/knative/serving/v0.5.2/third_party/istio-1.0.7/istio.yaml \ | ||
| curl -L https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/istio-1.0.7/istio.yaml \ |
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.
Still Istio 1.0.7 ?
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 @grantr made this PR before #1314 was merged in, which removed the references to our provided Istio files in 0.6. The new instructions from @ZhiminXiang now point users to download Istio directly from their website, and they instruct folks to download Istio 1.1.3: https://github.com/knative/docs/pull/1314/files#diff-1116bcf887cf6b5e21e5e4f96fa026b1
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.
Ah, actually, I was going to save updating this file for later, since the Istio install here is doing something different, and I'm not sure it's possible to do this LoadBalancer/NodePort switch when installing Istio through helm?
We shouldn't update the reference here to 0.6, because we did not release an Istio.yaml for 0.6. We should leave in the reference to 0.5.2 for now, until these instructions can be updated. I created an issue to track the work -- #1319
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.
@samodell would you like me to revert all changes to the Minikube, Minishift, Openshift, and Docker for Mac files, or just the istio URLs?
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.
Ah, actually, I was going to save updating this file for later, since the Istio install here is doing something different, and I'm not sure it's possible to do this LoadBalancer/NodePort switch when installing Istio through
helm?
@samodell It is possible. you can configure helm flag gateways.istio-ingressgateway.type to choose the gateway service type. See https://istio.io/docs/reference/config/installation-options/#gateways-options
| ```shell | ||
| kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.5.2/third_party/istio-1.0.7/istio-crds.yaml && | ||
| curl -L https://raw.githubusercontent.com/knative/serving/v0.5.2/third_party/istio-1.0.7/istio.yaml \ | ||
| kubectl apply --filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/istio-1.0.7/istio-crds.yaml && |
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.
same here, 1.0.7 ?
|
Hey @grantr -- if you're still up for it, it would be great to revert all the changes to the minkube/minishift/openshift/etc. files. I think that's better than mismatching V0.6 with outdated Istio instructions, and then we can handle getting those instructions correctly updated soon. |
308f7a6 to
dec11fc
Compare
No problem! I rebased on top of the latest master and reverted the changes to the Minikube, Minishift, OpenShift, and Docker for Mac install instructions. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grantr, samodell The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Now that 0.6 has been released, we can update all the install links to
v0.6.0.