-
Notifications
You must be signed in to change notification settings - Fork 30
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
E2E kubectl util refactor #368
Conversation
Signed-off-by: frherrer <frherrer@redhat.com>
Skipping CI for Draft Pull Request. |
/test all |
Signed-off-by: frherrer <frherrer@redhat.com>
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.
Refactor looks good to me, thank you @fjglira! Just a few minor things
tests/e2e/util/kubectl/kubectl.go
Outdated
// TODO: improve the nsflag function to handle this case | ||
if ns == "" { | ||
nsflag = "" | ||
func (k *KubectlBuilder) setKubeconfig() { |
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.
do we really need this func? kubeconfig fields will be empty after initialization, right?
tests/e2e/util/kubectl/kubectl.go
Outdated
func NewKubectlBuilder() *KubectlBuilder { | ||
k := newKubectlBuilder() | ||
k.setBinary() | ||
k.setKubeconfig() |
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.
this doesn't do anything, does it?
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.
Updated by deleting setNamespace()
and setKubeconfig()
, now the NewKubectlBuilder func will return the KubectlBuilder
with only set the Binary from the env var
tests/e2e/util/kubectl/kubectl.go
Outdated
return fmt.Errorf("error creating resource from yaml: %w", err) | ||
} | ||
return nil | ||
func (k *KubectlBuilder) setNamespace() { |
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 here, I don't think we need this func
Signed-off-by: frherrer <frherrer@redhat.com>
* upstream/main: (24 commits) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) Update latest Istio version to latest commit upstream (istio-ecosystem#348) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (25 commits) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) added helm overrides for proxy image as is available for operator (istio-ecosystem#339) ...
* upstream/main: (26 commits) Fix error handling in deployBookinfo (istio-ecosystem#384) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) ...
* upstream/main: (26 commits) Fix error handling in deployBookinfo (istio-ecosystem#384) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) ...
* upstream/main: (26 commits) Fix error handling in deployBookinfo (istio-ecosystem#384) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) Show name of active revision in Istio/RemoteIstio status (istio-ecosystem#350) ...
* upstream/main: (27 commits) Implement e2e dualStack data plane tests (istio-ecosystem#383) Fix error handling in deployBookinfo (istio-ecosystem#384) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) ...
* upstream/main: (27 commits) Implement e2e dualStack data plane tests (istio-ecosystem#383) Fix error handling in deployBookinfo (istio-ecosystem#384) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) ...
* upstream/main: (27 commits) Implement e2e dualStack data plane tests (istio-ecosystem#383) Fix error handling in deployBookinfo (istio-ecosystem#384) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) ...
* upstream/main: (27 commits) Implement e2e dualStack data plane tests (istio-ecosystem#383) Fix error handling in deployBookinfo (istio-ecosystem#384) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) Add External Controlplane to user docs (istio-ecosystem#335) ...
* upstream/main: (28 commits) Clean up code (istio-ecosystem#392) Implement e2e dualStack data plane tests (istio-ecosystem#383) Fix error handling in deployBookinfo (istio-ecosystem#384) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) Adding E2e multicluster test (istio-ecosystem#342) Use Kubernetes defaults for imagePullPolicy (istio-ecosystem#352) ...
* upstream/main: (30 commits) Add Helm artifacts publish automation (istio-ecosystem#385) Simplify supportedversion.go and add unit tests (istio-ecosystem#391) Clean up code (istio-ecosystem#392) Implement e2e dualStack data plane tests (istio-ecosystem#383) Fix error handling in deployBookinfo (istio-ecosystem#384) Adding default value for IP_FAMILY (istio-ecosystem#378) Update/Fix Istioctl links and docs (istio-ecosystem#349) Fix broken url for sample gateway (istio-ecosystem#377) Implement e2e dualStack control plane tests (istio-ecosystem#373) Improve pull request template (istio-ecosystem#376) Add ability to specify resources in helm chart (istio-ecosystem#375) Update dependencies and fix transform (istio-ecosystem#374) E2E kubectl util refactor (istio-ecosystem#368) Update helm chart README (istio-ecosystem#370) Add pull request template (istio-ecosystem#366) Fix formatting in the charts readme page (istio-ecosystem#364) Add CODE-OF-CONDUCT to the project (istio-ecosystem#362) Update test labels in the wayofwork documentation (istio-ecosystem#359) Automatically adjust default release channel (istio-ecosystem#353) Adding wait after olm install in olm test setup (istio-ecosystem#357) ...
What type of PR is this?
What this PR does / why we need it:
I'm refactoring the kubectl util to be able to handle better multiple kubeconfig.
Which issue(s) this PR fixes:
Fixes #337