Update version and smoke test to use latest istioctl version#205
Merged
ayj merged 4 commits intoistio:masterfrom May 8, 2017
ayj:remove-port-forward-for-api-servers
Merged
Update version and smoke test to use latest istioctl version#205ayj merged 4 commits intoistio:masterfrom ayj:remove-port-forward-for-api-servers
ayj merged 4 commits intoistio:masterfrom
ayj:remove-port-forward-for-api-servers
Conversation
* Removes `kubectl port-forward` dependency for accessing manager/mixer API/config servers. istio/old_pilot_repo#669 adds support to istioctl for accessing manager/mixer API via kubernetes apiserver proxy. `kubectl port-forward` is no longer needed. * Use --istioNamespace with istioctl commands. istioctl now differentiates the namespace where istio is installed vs. the namespace that is being managed by istio. These are currently the same in the e2e smoke test. * Includes fix for "'panic: shorthand redefinition' for istioctl mixer subcommand"
Contributor
|
Could you also update the go framework ? |
Collaborator
|
Jenkins job istio/presubmit passed |
Collaborator
|
Jenkins job istio/presubmit passed |
1 similar comment
Collaborator
|
Jenkins job istio/presubmit passed |
Collaborator
|
Jenkins job istio/presubmit passed |
sebastienvas
approved these changes
May 8, 2017
zenlint
pushed a commit
to zenlint/istio
that referenced
this pull request
Aug 30, 2017
* Updated/restructured overview docs * Implement Martin's edits * Implement Martin's edits
mandarjog
pushed a commit
to mandarjog/istio
that referenced
this pull request
Oct 30, 2017
Former-commit-id: 1beb4cae60b29044e524a4b392e579f29db79612
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
Former-commit-id: f5fd329214f5833236d3cf795eb29d5b6b5c6a9b
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
* Move /controller to /pkg/pki/ca/controller * update codecov requirement
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
* Move /controller to /pkg/pki/ca/controller * update codecov requirement
guptasu
pushed a commit
to guptasu/istio
that referenced
this pull request
Jun 11, 2018
…tio#205) * Add APISpec and APISpecBinding to enable API attribute generation See https://goo.gl/aw9M1w for a design proposal on "Istio API spec and attribute generation". See https://goo.gl/3WTUfW for the list of API attributes.
kyessenov
pushed a commit
to kyessenov/istio
that referenced
this pull request
Aug 13, 2018
howardjohn
pushed a commit
to howardjohn/istio
that referenced
this pull request
Jan 12, 2020
* Fix reverse translation issue * Address hpa spec issues * Refactor * Second version of refactor * Address comment * lint
incfly
pushed a commit
to incfly/istio
that referenced
this pull request
Apr 13, 2022
fjglira
pushed a commit
to fjglira/istio
that referenced
this pull request
Feb 10, 2025
…ter-merge_upstream_istio_master-6253864e Automator: merge upstream changes to openshift-service-mesh/istio@master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes
kubectl port-forwarddependency for accessingmanager/mixer API/config
servers. Send istioctl CRUD requests through Kubernetes apiserver proxy old_pilot_repo#669 adds support to
istioctl for accessing manager/mixer API via kubernetes apiserver
proxy.
kubectl port-forwardis no longer needed.Use --istioNamespace with istioctl commands. istioctl now
differentiates the namespace where istio is installed vs. the
namespace that is being managed by istio. These are currently the
same in the e2e smoke test.
Includes fix for "'panic: shorthand redefinition' for istioctl mixer
subcommand"