Skip to content

Create README.md for e2e test framework #182

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
merged 3 commits into from
May 3, 2017
Merged

Conversation

yutongz
Copy link
Contributor

@yutongz yutongz commented May 3, 2017

No description provided.

Copy link
Contributor

@sebastienvas sebastienvas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this. Minor changes. PTAL

Default values for the `mixer_hub/tag`, `manager_hub/tag`, and `istioctl_url` are as specified in
[istio.VERSION](../../istio.VERSION), which are latest tested stable version pairs.

[istio.VERSION] can be updated by [updateVersion.sh](../updateVersion.sh)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the [] and add a dot after updateVersion.sh

If not specify `namespace`, a randomly namespace would be generated for each test.

### Example
Suppose at WORKSPACE directory
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the repo checkout root directory


## demo_test.go

[demo_test.go](tests/bookinfo/demo_test.go) is a sample test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a dot after sample test

3. Run `updateVersion.sh` to update the default Istio install configuration and then
submit a PR to `istio/istio` for the version change. (Only admin)

>>> Note: in the future step 3 will be done by the Jenkins build automatically
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remove that note. We ll document it when its done.

@sebastienvas sebastienvas merged commit 84eb463 into istio:e2e May 3, 2017
@istio-testing
Copy link
Collaborator

Jenkins job istio/presubmit passed

1 similar comment
@istio-testing
Copy link
Collaborator

Jenkins job istio/presubmit passed

sebastienvas added a commit that referenced this pull request May 4, 2017
* Initial version

* Refactor for better testing

* Update framework for testing and added test

* Bazelify istio

* Simplified interfaces

* Refactor code to use Cleanable interface

* go formating (#140)

* go formating

* Updated Jenkinsfile to run tests

* Separate TestInfo to another module (#144)

* Separete TestInfo to another module

Implemented status file creation
Implemented log upload to cloud storage
Rename SetUp to Setup and TearDown to Teardown

* Add more info in TestStatus

* Rename InitLogging to InitGlog

* Resolving comments

* Return skipDir error on err

* Adding Code Checks + Fix them (#151)

* Not uploading logs_bucket_path flag is unset

* Added code checks

* Fix linter errors

* Update Jenkins to use a goBuildNode

* e2e test: Create namespace and deploy istio core and test app (#145)

* Create namespace and deploy namespace

* Get runtime source path

* Correct pr comments, add GetGateWay()

* Add default route test

* Add version routing tests, fix linter and fix comments on pr

* Add fault delay test and fix comments

* Add version migration test

* Add Hop App + testing (#162)

* Implemented echo App

* Adding test + refactoring

* Added more tests

* Resolved review comments

* Use slices instead of pointers to slices

* Fix formatting

* Merge master to e2e (#165)

* update version for testing (#147)

Also update quota descriptors

* Update copyright.

* use lowercase zipkin trace headers (#152)

* Add support for 1.6 with RBAC and change install to use one file. (#150)

* Added RBAC roles and bindings
* Script to generate merged configs for 1.5 and 1.6 - the 1.6 works wit rbac on or off. 

To avoid confusion, auth will be added in separate PR

* Update the tag for manager/proxy containers

* Port forward manager service and enable istio manager env var

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Run service port-forward in the background and tidy it up

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add yaml template for manager into istio-16.yaml

* Remove errant local

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver to istio manager deploy

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* added egress proxy to istio install folder to be referenced by istio.io docs

* bug fix

* Remove apiserver address

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver and egress

* Small doc updates. (#163)

* Demo test update + Docker file creation for Hop App (#172)

* Renamed default env const

* Added support for server update for version

* Added a binary for Hop + Docker Image

* WIP

* Modified kubernetes setup + demo test

* Fixed Jenkinsfile

* Fix comments

* Fix format

* Removing app_flag as set directly in template

* Fixed resp.close() was called on empty resp

* Moved test to their own folder

* Fixes e2e.sh

* Make e2e.sh more verbose

* Merge from istio:master, change install source to istio-install and setup istioctl (#175)

* update version for testing (#147)

Also update quota descriptors

* Update copyright.

* use lowercase zipkin trace headers (#152)

* Add support for 1.6 with RBAC and change install to use one file. (#150)

* Added RBAC roles and bindings
* Script to generate merged configs for 1.5 and 1.6 - the 1.6 works wit rbac on or off. 

To avoid confusion, auth will be added in separate PR

* Update the tag for manager/proxy containers

* Port forward manager service and enable istio manager env var

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Run service port-forward in the background and tidy it up

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add yaml template for manager into istio-16.yaml

* Remove errant local

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver to istio manager deploy

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* added egress proxy to istio install folder to be referenced by istio.io docs

* bug fix

* Separate Istio CA installation from default.

Istio CA should not be installed by default.

Created istio-cluster-ca.yaml and istio-namespace-ca.yaml for deploying the
per-cluster and per-namespace CAs, so that users do not need to modify the files
for different use cases.

* Remove apiserver address

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver and egress

* Fix Istio CA files to create namespace.

* Update one-off auth yaml files.

* Small doc updates. (#163)

* Improve Istio one-off yaml files for Istio auth.

* Fix links.

* Up the blanked rl to 5000, so it does not interfere with tests (#167)

* Rename istio-ingress-controller to istio-ingress

* Changed labels for ingress and ingress

* update to rule schema to reflect switch from double to duration (#168)

* update to rule schema to reflect switch from double to duration
* pointed to my dockerhub
* Updating istio version

* Regenerate

* Change in scripts

* Install istio from istio-install, add os x support and add setupIstioctl

* fix lineter

* Get rule files from demos/apps, istioctl cleanable and comments fix

* small change

* appManager cleanablization

* Merge master to e2e (#181)

* update version for testing (#147)

Also update quota descriptors

* Update copyright.

* use lowercase zipkin trace headers (#152)

* Add support for 1.6 with RBAC and change install to use one file. (#150)

* Added RBAC roles and bindings
* Script to generate merged configs for 1.5 and 1.6 - the 1.6 works wit rbac on or off. 

To avoid confusion, auth will be added in separate PR

* Update the tag for manager/proxy containers

* Port forward manager service and enable istio manager env var

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Run service port-forward in the background and tidy it up

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add yaml template for manager into istio-16.yaml

* Remove errant local

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver to istio manager deploy

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* added egress proxy to istio install folder to be referenced by istio.io docs

* bug fix

* Separate Istio CA installation from default.

Istio CA should not be installed by default.

Created istio-cluster-ca.yaml and istio-namespace-ca.yaml for deploying the
per-cluster and per-namespace CAs, so that users do not need to modify the files
for different use cases.

* Remove apiserver address

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver and egress

* Fix Istio CA files to create namespace.

* Update one-off auth yaml files.

* Small doc updates. (#163)

* Improve Istio one-off yaml files for Istio auth.

* Fix links.

* Up the blanked rl to 5000, so it does not interfere with tests (#167)

* Rename istio-ingress-controller to istio-ingress

* Changed labels for ingress and ingress

* update to rule schema to reflect switch from double to duration (#168)

* update to rule schema to reflect switch from double to duration
* pointed to my dockerhub
* Updating istio version

* Regenerate

* Change in scripts

* update to gcr.io/istio-testing versions (#170)

1. Update mixer, manager, proxy versions to include rate limit fixes
2. Remove mixer configmap. The default config is now baked inside mixer.
3. expose mixer metrics and configapi ports thru port forwarding.
4. Add "wrk" for testing. drive traffic and fetch metrics as a setup for full
5. ratelimit integration test. That PR will follow.

* Add ingress service for correct status IP

* Support for istio-ca in tests/updateVersion.sh (#180)

* Update updateVersion.sh to take into account istio-ca

* Updates with updateVersion.sh

* Create README.md for e2e test framework (#182)

* Create README.md for e2e test framework

* small change
@yutongz yutongz deleted the doc branch July 31, 2017 22:33
rshriram pushed a commit that referenced this pull request Oct 30, 2017
* Initial version

* Refactor for better testing

* Update framework for testing and added test

* Bazelify istio

* Simplified interfaces

* Refactor code to use Cleanable interface

* go formating (#140)

* go formating

* Updated Jenkinsfile to run tests

* Separate TestInfo to another module (#144)

* Separete TestInfo to another module

Implemented status file creation
Implemented log upload to cloud storage
Rename SetUp to Setup and TearDown to Teardown

* Add more info in TestStatus

* Rename InitLogging to InitGlog

* Resolving comments

* Return skipDir error on err

* Adding Code Checks + Fix them (#151)

* Not uploading logs_bucket_path flag is unset

* Added code checks

* Fix linter errors

* Update Jenkins to use a goBuildNode

* e2e test: Create namespace and deploy istio core and test app (#145)

* Create namespace and deploy namespace

* Get runtime source path

* Correct pr comments, add GetGateWay()

* Add default route test

* Add version routing tests, fix linter and fix comments on pr

* Add fault delay test and fix comments

* Add version migration test

* Add Hop App + testing (#162)

* Implemented echo App

* Adding test + refactoring

* Added more tests

* Resolved review comments

* Use slices instead of pointers to slices

* Fix formatting

* Merge master to e2e (#165)

* update version for testing (#147)

Also update quota descriptors

* Update copyright.

* use lowercase zipkin trace headers (#152)

* Add support for 1.6 with RBAC and change install to use one file. (#150)

* Added RBAC roles and bindings
* Script to generate merged configs for 1.5 and 1.6 - the 1.6 works wit rbac on or off. 

To avoid confusion, auth will be added in separate PR

* Update the tag for manager/proxy containers

* Port forward manager service and enable istio manager env var

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Run service port-forward in the background and tidy it up

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add yaml template for manager into istio-16.yaml

* Remove errant local

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver to istio manager deploy

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* added egress proxy to istio install folder to be referenced by istio.io docs

* bug fix

* Remove apiserver address

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver and egress

* Small doc updates. (#163)

* Demo test update + Docker file creation for Hop App (#172)

* Renamed default env const

* Added support for server update for version

* Added a binary for Hop + Docker Image

* WIP

* Modified kubernetes setup + demo test

* Fixed Jenkinsfile

* Fix comments

* Fix format

* Removing app_flag as set directly in template

* Fixed resp.close() was called on empty resp

* Moved test to their own folder

* Fixes e2e.sh

* Make e2e.sh more verbose

* Merge from istio:master, change install source to istio-install and setup istioctl (#175)

* update version for testing (#147)

Also update quota descriptors

* Update copyright.

* use lowercase zipkin trace headers (#152)

* Add support for 1.6 with RBAC and change install to use one file. (#150)

* Added RBAC roles and bindings
* Script to generate merged configs for 1.5 and 1.6 - the 1.6 works wit rbac on or off. 

To avoid confusion, auth will be added in separate PR

* Update the tag for manager/proxy containers

* Port forward manager service and enable istio manager env var

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Run service port-forward in the background and tidy it up

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add yaml template for manager into istio-16.yaml

* Remove errant local

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver to istio manager deploy

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* added egress proxy to istio install folder to be referenced by istio.io docs

* bug fix

* Separate Istio CA installation from default.

Istio CA should not be installed by default.

Created istio-cluster-ca.yaml and istio-namespace-ca.yaml for deploying the
per-cluster and per-namespace CAs, so that users do not need to modify the files
for different use cases.

* Remove apiserver address

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver and egress

* Fix Istio CA files to create namespace.

* Update one-off auth yaml files.

* Small doc updates. (#163)

* Improve Istio one-off yaml files for Istio auth.

* Fix links.

* Up the blanked rl to 5000, so it does not interfere with tests (#167)

* Rename istio-ingress-controller to istio-ingress

* Changed labels for ingress and ingress

* update to rule schema to reflect switch from double to duration (#168)

* update to rule schema to reflect switch from double to duration
* pointed to my dockerhub
* Updating istio version

* Regenerate

* Change in scripts

* Install istio from istio-install, add os x support and add setupIstioctl

* fix lineter

* Get rule files from demos/apps, istioctl cleanable and comments fix

* small change

* appManager cleanablization

* Merge master to e2e (#181)

* update version for testing (#147)

Also update quota descriptors

* Update copyright.

* use lowercase zipkin trace headers (#152)

* Add support for 1.6 with RBAC and change install to use one file. (#150)

* Added RBAC roles and bindings
* Script to generate merged configs for 1.5 and 1.6 - the 1.6 works wit rbac on or off. 

To avoid confusion, auth will be added in separate PR

* Update the tag for manager/proxy containers

* Port forward manager service and enable istio manager env var

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Run service port-forward in the background and tidy it up

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add yaml template for manager into istio-16.yaml

* Remove errant local

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver to istio manager deploy

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* added egress proxy to istio install folder to be referenced by istio.io docs

* bug fix

* Separate Istio CA installation from default.

Istio CA should not be installed by default.

Created istio-cluster-ca.yaml and istio-namespace-ca.yaml for deploying the
per-cluster and per-namespace CAs, so that users do not need to modify the files
for different use cases.

* Remove apiserver address

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver and egress

* Fix Istio CA files to create namespace.

* Update one-off auth yaml files.

* Small doc updates. (#163)

* Improve Istio one-off yaml files for Istio auth.

* Fix links.

* Up the blanked rl to 5000, so it does not interfere with tests (#167)

* Rename istio-ingress-controller to istio-ingress

* Changed labels for ingress and ingress

* update to rule schema to reflect switch from double to duration (#168)

* update to rule schema to reflect switch from double to duration
* pointed to my dockerhub
* Updating istio version

* Regenerate

* Change in scripts

* update to gcr.io/istio-testing versions (#170)

1. Update mixer, manager, proxy versions to include rate limit fixes
2. Remove mixer configmap. The default config is now baked inside mixer.
3. expose mixer metrics and configapi ports thru port forwarding.
4. Add "wrk" for testing. drive traffic and fetch metrics as a setup for full
5. ratelimit integration test. That PR will follow.

* Add ingress service for correct status IP

* Support for istio-ca in tests/updateVersion.sh (#180)

* Update updateVersion.sh to take into account istio-ca

* Updates with updateVersion.sh

* Create README.md for e2e test framework (#182)

* Create README.md for e2e test framework

* small change

Former-commit-id: 0adf4c4
mandarjog pushed a commit that referenced this pull request Nov 2, 2017
* Initial version

* Refactor for better testing

* Update framework for testing and added test

* Bazelify istio

* Simplified interfaces

* Refactor code to use Cleanable interface

* go formating (#140)

* go formating

* Updated Jenkinsfile to run tests

* Separate TestInfo to another module (#144)

* Separete TestInfo to another module

Implemented status file creation
Implemented log upload to cloud storage
Rename SetUp to Setup and TearDown to Teardown

* Add more info in TestStatus

* Rename InitLogging to InitGlog

* Resolving comments

* Return skipDir error on err

* Adding Code Checks + Fix them (#151)

* Not uploading logs_bucket_path flag is unset

* Added code checks

* Fix linter errors

* Update Jenkins to use a goBuildNode

* e2e test: Create namespace and deploy istio core and test app (#145)

* Create namespace and deploy namespace

* Get runtime source path

* Correct pr comments, add GetGateWay()

* Add default route test

* Add version routing tests, fix linter and fix comments on pr

* Add fault delay test and fix comments

* Add version migration test

* Add Hop App + testing (#162)

* Implemented echo App

* Adding test + refactoring

* Added more tests

* Resolved review comments

* Use slices instead of pointers to slices

* Fix formatting

* Merge master to e2e (#165)

* update version for testing (#147)

Also update quota descriptors

* Update copyright.

* use lowercase zipkin trace headers (#152)

* Add support for 1.6 with RBAC and change install to use one file. (#150)

* Added RBAC roles and bindings
* Script to generate merged configs for 1.5 and 1.6 - the 1.6 works wit rbac on or off. 

To avoid confusion, auth will be added in separate PR

* Update the tag for manager/proxy containers

* Port forward manager service and enable istio manager env var

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Run service port-forward in the background and tidy it up

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add yaml template for manager into istio-16.yaml

* Remove errant local

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver to istio manager deploy

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* added egress proxy to istio install folder to be referenced by istio.io docs

* bug fix

* Remove apiserver address

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver and egress

* Small doc updates. (#163)

* Demo test update + Docker file creation for Hop App (#172)

* Renamed default env const

* Added support for server update for version

* Added a binary for Hop + Docker Image

* WIP

* Modified kubernetes setup + demo test

* Fixed Jenkinsfile

* Fix comments

* Fix format

* Removing app_flag as set directly in template

* Fixed resp.close() was called on empty resp

* Moved test to their own folder

* Fixes e2e.sh

* Make e2e.sh more verbose

* Merge from istio:master, change install source to istio-install and setup istioctl (#175)

* update version for testing (#147)

Also update quota descriptors

* Update copyright.

* use lowercase zipkin trace headers (#152)

* Add support for 1.6 with RBAC and change install to use one file. (#150)

* Added RBAC roles and bindings
* Script to generate merged configs for 1.5 and 1.6 - the 1.6 works wit rbac on or off. 

To avoid confusion, auth will be added in separate PR

* Update the tag for manager/proxy containers

* Port forward manager service and enable istio manager env var

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Run service port-forward in the background and tidy it up

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add yaml template for manager into istio-16.yaml

* Remove errant local

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver to istio manager deploy

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* added egress proxy to istio install folder to be referenced by istio.io docs

* bug fix

* Separate Istio CA installation from default.

Istio CA should not be installed by default.

Created istio-cluster-ca.yaml and istio-namespace-ca.yaml for deploying the
per-cluster and per-namespace CAs, so that users do not need to modify the files
for different use cases.

* Remove apiserver address

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver and egress

* Fix Istio CA files to create namespace.

* Update one-off auth yaml files.

* Small doc updates. (#163)

* Improve Istio one-off yaml files for Istio auth.

* Fix links.

* Up the blanked rl to 5000, so it does not interfere with tests (#167)

* Rename istio-ingress-controller to istio-ingress

* Changed labels for ingress and ingress

* update to rule schema to reflect switch from double to duration (#168)

* update to rule schema to reflect switch from double to duration
* pointed to my dockerhub
* Updating istio version

* Regenerate

* Change in scripts

* Install istio from istio-install, add os x support and add setupIstioctl

* fix lineter

* Get rule files from demos/apps, istioctl cleanable and comments fix

* small change

* appManager cleanablization

* Merge master to e2e (#181)

* update version for testing (#147)

Also update quota descriptors

* Update copyright.

* use lowercase zipkin trace headers (#152)

* Add support for 1.6 with RBAC and change install to use one file. (#150)

* Added RBAC roles and bindings
* Script to generate merged configs for 1.5 and 1.6 - the 1.6 works wit rbac on or off. 

To avoid confusion, auth will be added in separate PR

* Update the tag for manager/proxy containers

* Port forward manager service and enable istio manager env var

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Run service port-forward in the background and tidy it up

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add yaml template for manager into istio-16.yaml

* Remove errant local

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver to istio manager deploy

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* added egress proxy to istio install folder to be referenced by istio.io docs

* bug fix

* Separate Istio CA installation from default.

Istio CA should not be installed by default.

Created istio-cluster-ca.yaml and istio-namespace-ca.yaml for deploying the
per-cluster and per-namespace CAs, so that users do not need to modify the files
for different use cases.

* Remove apiserver address

Signed-off-by: LIAM White <liamwhite@uk.ibm.com>

* Add apiserver and egress

* Fix Istio CA files to create namespace.

* Update one-off auth yaml files.

* Small doc updates. (#163)

* Improve Istio one-off yaml files for Istio auth.

* Fix links.

* Up the blanked rl to 5000, so it does not interfere with tests (#167)

* Rename istio-ingress-controller to istio-ingress

* Changed labels for ingress and ingress

* update to rule schema to reflect switch from double to duration (#168)

* update to rule schema to reflect switch from double to duration
* pointed to my dockerhub
* Updating istio version

* Regenerate

* Change in scripts

* update to gcr.io/istio-testing versions (#170)

1. Update mixer, manager, proxy versions to include rate limit fixes
2. Remove mixer configmap. The default config is now baked inside mixer.
3. expose mixer metrics and configapi ports thru port forwarding.
4. Add "wrk" for testing. drive traffic and fetch metrics as a setup for full
5. ratelimit integration test. That PR will follow.

* Add ingress service for correct status IP

* Support for istio-ca in tests/updateVersion.sh (#180)

* Update updateVersion.sh to take into account istio-ca

* Updates with updateVersion.sh

* Create README.md for e2e test framework (#182)

* Create README.md for e2e test framework

* small change

Former-commit-id: 0adf4c4
rajusharma pushed a commit to rajusharma/istio that referenced this pull request Jul 2, 2019
* prometheus-operator test verify statefulset.

* check the prometheus pod status.

* wait until prometheus pod is ready.
luksa pushed a commit to luksa/istio that referenced this pull request Oct 26, 2020
istio#182)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
brian-avery pushed a commit to brian-avery/istio that referenced this pull request Feb 12, 2021
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
luksa pushed a commit to luksa/istio that referenced this pull request 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 pull request 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
incfly pushed a commit to incfly/istio that referenced this pull request Apr 13, 2022
* Apply Envoy whitebat security fix

Signed-off-by: Lizan Zhou <lizan@tetrate.io>

* try fix auth

Signed-off-by: Lizan Zhou <lizan@tetrate.io>

* try fix auth

Signed-off-by: Lizan Zhou <lizan@tetrate.io>

* manifest to point to tetrateio proxy

* commented proxy and envoy repo from releasebuilder manifest

* Ignore release validation failures

* do not publish archives

* added publish of archives

Co-authored-by: Lizan Zhou <lizan@tetrate.io>
luksa pushed a commit to luksa/istio that referenced this pull request 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
stevenctl pushed a commit to stevenctl/istio that referenced this pull request Aug 13, 2022
)

* telemetry: add mechanism to determine when generating for PEP

* update to match config api change
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants