-
Notifications
You must be signed in to change notification settings - Fork 8k
Add http-apiserver port 8081 to istio-manager service #202
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
Merged
kyessenov
merged 1 commit into
istio:master
from
ayj:add-manager-api-server-port-to-service
May 7, 2017
Merged
Add http-apiserver port 8081 to istio-manager service #202
kyessenov
merged 1 commit into
istio:master
from
ayj:add-manager-api-server-port-to-service
May 7, 2017
Conversation
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
This is necessary to access the Manager API server via Kubernetes service instead of through pod with `kubectl port-forward` (see istio/old_pilot_repo#669 for corresponding istioctl changes)
Jenkins job istio/presubmit passed |
kyessenov
approved these changes
May 7, 2017
rshriram
pushed a commit
that referenced
this pull request
Oct 30, 2017
Add http-apiserver port 8081 to istio-manager service Former-commit-id: 8163aa2
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
* Adds postsubmit * Simplify postsubmits * Fix postsubmit * Use GIT_SHA instead of Prow variable * Fix codecov
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
Add http-apiserver port 8081 to istio-manager service Former-commit-id: 8163aa2
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
* Adds postsubmit * Simplify postsubmits * Fix postsubmit * Use GIT_SHA instead of Prow variable * Fix codecov
guptasu
pushed a commit
to guptasu/istio
that referenced
this pull request
Jun 11, 2018
guptasu
pushed a commit
to guptasu/istio
that referenced
this pull request
Jun 11, 2018
howardjohn
pushed a commit
to howardjohn/istio
that referenced
this pull request
Jan 12, 2020
markusthoemmes
pushed a commit
to markusthoemmes/istio
that referenced
this pull request
Apr 27, 2021
) * MAISTRA-1967: Support exportTo specific namespaces Cherry-pick of: istio/istio@b1ab306 * MAISTRA-1967: Fix private destination rules in root namespace Cherry-pick of: istio/istio@a497e86 Co-authored-by: Shriram Rajagopalan <rshriram@users.noreply.github.com> Co-authored-by: John Howard <howardjohn@google.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
antonioberben
pushed a commit
to antonioberben/istio
that referenced
this pull request
Jan 29, 2024
[jaeger] Add healthcheck to Jaeger query ingress
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
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.
This is necessary to access the Manager API server via Kubernetes
service instead of through pod with
kubectl port-forward
(seeistio/old_pilot_repo#669 for corresponding istioctl
changes)