Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

refactor: Adjustments for KCP watcher and load tests #132

Merged
merged 16 commits into from
Oct 10, 2022

Conversation

ruanxin
Copy link
Contributor

@ruanxin ruanxin commented Oct 10, 2022

  • enable istio sidecar injection
  • AuthorizationPolicy add path
  • remove gateway
  • remove virtual service

@kyma-bot kyma-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 10, 2022
@ruanxin ruanxin marked this pull request as draft October 10, 2022 15:41
@kyma-bot kyma-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 10, 2022
@ruanxin ruanxin marked this pull request as ready for review October 10, 2022 16:16
@kyma-bot kyma-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 10, 2022
@adityabhatia adityabhatia changed the title Adjust for watcher refactor: Adjustments for KCP watcher and load tests Oct 10, 2022
@@ -39,7 +39,7 @@ func (r *Resource) CheckFn(ctx context.Context, manifestObj *unstructured.Unstru
}

ready, err := customStatus.WaitForCustomResources(ctx, resource)
if err != nil {
if client.IgnoreNotFound(err) != nil {
Copy link
Contributor

Choose a reason for hiding this comment

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

is there a reason for doing this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, it's changes in my load test setup, should not be here, I reverted it. thanks for pointing out.

@kyma-bot kyma-bot added the lgtm Looks good to me! label Oct 10, 2022
@kyma-bot kyma-bot merged commit 6fba6f0 into kyma-project:main Oct 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm Looks good to me! 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.

3 participants