-
Notifications
You must be signed in to change notification settings - Fork 1.3k
v0.3 updates for Gardener, ICP, Minikube, Minishift installs #775
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
Conversation
|
/hold A couple open questions. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
| kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.2/istio-crds.yaml && \ | ||
| oc apply -f https://storage.googleapis.com/knative-releases/serving/latest/istio.yaml | ||
| kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/istio-crds.yaml && \ | ||
| oc apply -f https://github.com/knative/serving/releases/download/v0.3.0/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.
Line 168 -- when this URL was https://storage.googleapis.com/knative-releases/serving/latest/istio.yaml, the command was oc apply -f instead of kubectl apply --filename. Should I update the command to kubectl apply --filename? Honestly not sure why it wasn't to begin with...
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.
@kameshsampath Are you able to answer this question about the Minishift install guide? Looks like you've contributed to this doc in the past.
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 - i will check and get back to you on this, i have not tried 0.3.0 yet
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.
@kameshsampath FYI, I think we're close to merging in this PR.
|
|
||
| ```shell | ||
| oc apply -f https://storage.googleapis.com/knative-releases/serving/latest/release-no-mon.yaml | ||
| oc apply -f https://github.com/knative/serving/releases/download/v0.3.0/serving.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 concern as above re: oc apply
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 - same comment as above
|
@vasu1124: GitHub didn't allow me to request PR reviews from the following users: adracus. Note that only knative members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@samodell - sorry to get late on this, oc apply or |
|
Great, thanks for the update, @kameshsampath ! |
Fixes #740