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

run istioctl verify-install fail on demo profile #39146

Merged
merged 5 commits into from
Jun 2, 2022

Conversation

zirain
Copy link
Member

@zirain zirain commented May 26, 2022

Please provide a description of this PR:

fix: #38940

run istioctl verify-install fail on demo profile

@zirain zirain requested a review from a team as a code owner May 26, 2022 10:14
@istio-testing istio-testing added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 26, 2022
@@ -161,6 +161,7 @@ type (
}
meshConfigExtensionProvider struct {
Name string `json:"string"`
EnvoyOtelAls struct{} `json:"envoyOtelAls"`
Copy link
Member

Choose a reason for hiding this comment

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

Fine to make forward progress but aren't there like 10 other ones that are not captured here?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, I'm finding out a way to fix the others, need more time.

Copy link
Member Author

Choose a reason for hiding this comment

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

@howardjohn update the implement and add a test prevent miss implement once there's a new provider.

@istio-testing istio-testing added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels May 27, 2022
@zirain
Copy link
Member Author

zirain commented Jun 2, 2022

/test integ-security-multicluster_istio

1 similar comment
@zirain
Copy link
Member Author

zirain commented Jun 2, 2022

/test integ-security-multicluster_istio

@istio-testing istio-testing merged commit 86b7e0c into istio:master Jun 2, 2022
@istio-testing
Copy link
Collaborator

In response to a cherrypick label: #39146 failed to apply on top of branch "release-1.13":

Applying: run istioctl verify-install fail on demo profile
Using index info to reconstruct a base tree...
M	operator/pkg/util/merge_iop.go
M	operator/pkg/util/merge_iop_test.go
Falling back to patching base and 3-way merge...
Auto-merging operator/pkg/util/merge_iop_test.go
Auto-merging operator/pkg/util/merge_iop.go
CONFLICT (content): Merge conflict in operator/pkg/util/merge_iop.go
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 run istioctl verify-install fail on demo profile
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

@istio-testing
Copy link
Collaborator

In response to a cherrypick label: new issue created for failed cherrypick: #39242

@istio-testing
Copy link
Collaborator

In response to a cherrypick label: new pull request created: #39243

@zirain zirain deleted the istioctl-verifyinstall branch June 2, 2022 03:05
zirain added a commit that referenced this pull request Jun 2, 2022
* run istioctl verify-install fail on demo profile

* add release-notes

* fix FuzzOverlayIOP

* update and add exhaustive test

* fix lint
istio-testing pushed a commit that referenced this pull request Jun 3, 2022
* run istioctl verify-install fail on demo profile

* add release-notes

* fix FuzzOverlayIOP

* update and add exhaustive test

* fix lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/environments size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sample sleep pod in Init:CrashLoopBackOff state
5 participants