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

Add a flag to use local cluster. #183

Closed
sebastienvas opened this issue May 3, 2017 · 0 comments
Closed

Add a flag to use local cluster. #183

sebastienvas opened this issue May 3, 2017 · 0 comments
Assignees
Milestone

Comments

@sebastienvas
Copy link
Contributor

The e2e golang framework talks directly to the ingress. We need to add a flag to use local cluster otherwise.

@sebastienvas sebastienvas self-assigned this May 3, 2017
@sebastienvas sebastienvas added this to the istio alpha milestone May 3, 2017
zenlint pushed a commit to zenlint/istio that referenced this issue Aug 30, 2017
per istio#183
Better visibility for downloading and installing Istio

Though maybe this should be even higher up (A "Getting started" top level/section ?)
mandarjog pushed a commit that referenced this issue Oct 31, 2017
This allows caller to deal with errors directly and makes testing
easier.
mandarjog pushed a commit that referenced this issue Oct 31, 2017
mandarjog pushed a commit that referenced this issue Nov 2, 2017
This allows caller to deal with errors directly and makes testing
easier.
guptasu pushed a commit to guptasu/istio that referenced this issue Jun 11, 2018
howardjohn added a commit to howardjohn/istio that referenced this issue May 21, 2019
istio-testing pushed a commit that referenced this issue May 21, 2019
* Fix perf dashboard, improve pilot dashboard

Backport of istio/installer #186 and #183

* Fix more usages of pilot instead of mixer
howardjohn pushed a commit to howardjohn/istio that referenced this issue Jan 12, 2020
luksa pushed a commit to luksa/istio that referenced this issue Oct 26, 2020
…io#183)

This also improves logging by dropping some loglevels and always
logging errors when calling pullStrategy.GetImage()

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
brian-avery pushed a commit to brian-avery/istio that referenced this issue Feb 12, 2021
Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This adds the new `mec` component for ServiceMeshExtension.

Also includes the following squashed fixes:

  * 5687393 - MAISTRA-1862 (istio#183):

    Fix NilPointerException when images can't be pulled

    This also improves logging by dropping some loglevels and always
    logging errors when calling pullStrategy.GetImage()

  * 4d5f66a - MAISTRA-1993 (istio#206):

    Add unit tests for ServiceMeshExtensions

    Note: Only code changes included here. No tests.

  * 7382c81 - MAISTRA-1948 (istio#206):

    Fix URL generation and parsing
luksa pushed a commit to luksa/istio that referenced this issue Jun 30, 2021
MAISTRA-1801: Add ServiceMeshExtension types and clients

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the ServiceMeshExtension types and code-gen tasks, and
adds the generated clients.  It moves the existing generated Maistra
clients to the `v1` subdirectory of the client package.

MAISTRA-1801: Support ServiceMeshExtension in istiod

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the core changes to istiod to support extenions after
the previous commit adding the types and generated clients.

Also includes the fix from f3bf790 - MAISTRA-1873 (istio#182):

  - Properly delete extensions from store when they disappear

MAISTRA-1801: ServiceMeshExtension: Add mec component

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This adds the new `mec` component for ServiceMeshExtension.

Also includes the following squashed fixes:

  * 5687393 - MAISTRA-1862 (istio#183):

    Fix NilPointerException when images can't be pulled

    This also improves logging by dropping some loglevels and always
    logging errors when calling pullStrategy.GetImage()

  * 4d5f66a - MAISTRA-1993 (istio#206):

    Add unit tests for ServiceMeshExtensions

    Note: Only code changes included here. No tests.

  * 7382c81 - MAISTRA-1948 (istio#206):

    Fix URL generation and parsing

MAISTRA-1801: Update vendor for ServiceMeshExtension support

This is just an update to the vendor directory after pulling changes
for ServiceMeshExtension support. The OpenShift client-go library has
been pulled from the release-4.6 branch, because Istio 1.8 uses the
version 1.19 Kubernetes client libraries, and OpenShift 4.6 is based
on the 1.19 Kubernetes release.

MAISTRA-1993: Add unit tests for ServiceMeshExtensions

Partial pick of 4d5f66a for Maistra 2.1 / Istio 1.8 rebase.

This includes only the changes to the tests from the original commit,
the other code changes have been squashed into an earlier commit.

This also includes the test changes from:

  * 7382c81 - MAISTRA-1948: Fix URL generation and parsing (istio#206)

- MAISTRA-2442 Increase pilot-agent binary max size to 60MB
luksa pushed a commit to luksa/istio that referenced this issue Feb 22, 2022
MAISTRA-1801: Add ServiceMeshExtension types and clients

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the ServiceMeshExtension types and code-gen tasks, and
adds the generated clients.  It moves the existing generated Maistra
clients to the `v1` subdirectory of the client package.

MAISTRA-1801: Support ServiceMeshExtension in istiod

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the core changes to istiod to support extenions after
the previous commit adding the types and generated clients.

Also includes the fix from f3bf790 - MAISTRA-1873 (istio#182):

  - Properly delete extensions from store when they disappear

MAISTRA-1801: ServiceMeshExtension: Add mec component

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This adds the new `mec` component for ServiceMeshExtension.

Also includes the following squashed fixes:

  * 5687393 - MAISTRA-1862 (istio#183):

    Fix NilPointerException when images can't be pulled

    This also improves logging by dropping some loglevels and always
    logging errors when calling pullStrategy.GetImage()

  * 4d5f66a - MAISTRA-1993 (istio#206):

    Add unit tests for ServiceMeshExtensions

    Note: Only code changes included here. No tests.

  * 7382c81 - MAISTRA-1948 (istio#206):

    Fix URL generation and parsing

MAISTRA-1801: Update vendor for ServiceMeshExtension support

This is just an update to the vendor directory after pulling changes
for ServiceMeshExtension support. The OpenShift client-go library has
been pulled from the release-4.6 branch, because Istio 1.8 uses the
version 1.19 Kubernetes client libraries, and OpenShift 4.6 is based
on the 1.19 Kubernetes release.

MAISTRA-1993: Add unit tests for ServiceMeshExtensions

Partial pick of 4d5f66a for Maistra 2.1 / Istio 1.8 rebase.

This includes only the changes to the tests from the original commit,
the other code changes have been squashed into an earlier commit.

This also includes the test changes from:

  * 7382c81 - MAISTRA-1948: Fix URL generation and parsing (istio#206)

- MAISTRA-2442 Increase pilot-agent binary max size to 60MB
luksa pushed a commit to luksa/istio that referenced this issue Apr 29, 2022
MAISTRA-1801: Add ServiceMeshExtension types and clients

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the ServiceMeshExtension types and code-gen tasks, and
adds the generated clients.  It moves the existing generated Maistra
clients to the `v1` subdirectory of the client package.

MAISTRA-1801: Support ServiceMeshExtension in istiod

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This brings in the core changes to istiod to support extenions after
the previous commit adding the types and generated clients.

Also includes the fix from f3bf790 - MAISTRA-1873 (istio#182):

  - Properly delete extensions from store when they disappear

MAISTRA-1801: ServiceMeshExtension: Add mec component

Partial pick of 8b1ed09 for Maistra 2.1 / Istio 1.8 rebase.

This adds the new `mec` component for ServiceMeshExtension.

Also includes the following squashed fixes:

  * 5687393 - MAISTRA-1862 (istio#183):

    Fix NilPointerException when images can't be pulled

    This also improves logging by dropping some loglevels and always
    logging errors when calling pullStrategy.GetImage()

  * 4d5f66a - MAISTRA-1993 (istio#206):

    Add unit tests for ServiceMeshExtensions

    Note: Only code changes included here. No tests.

  * 7382c81 - MAISTRA-1948 (istio#206):

    Fix URL generation and parsing

MAISTRA-1801: Update vendor for ServiceMeshExtension support

This is just an update to the vendor directory after pulling changes
for ServiceMeshExtension support. The OpenShift client-go library has
been pulled from the release-4.6 branch, because Istio 1.8 uses the
version 1.19 Kubernetes client libraries, and OpenShift 4.6 is based
on the 1.19 Kubernetes release.

MAISTRA-1993: Add unit tests for ServiceMeshExtensions

Partial pick of 4d5f66a for Maistra 2.1 / Istio 1.8 rebase.

This includes only the changes to the tests from the original commit,
the other code changes have been squashed into an earlier commit.

This also includes the test changes from:

  * 7382c81 - MAISTRA-1948: Fix URL generation and parsing (istio#206)

- MAISTRA-2442 Increase pilot-agent binary max size to 60MB
antonioberben pushed a commit to antonioberben/istio that referenced this issue Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant