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

support pixie vizier #62

Merged
merged 2 commits into from
Aug 23, 2022
Merged

support pixie vizier #62

merged 2 commits into from
Aug 23, 2022

Conversation

zirain
Copy link
Contributor

@zirain zirain commented Aug 19, 2022

Signed-off-by: hejianpeng hejianpeng2@huawei.com

What type of PR is this?

/kind feature

What this PR does / why we need it:
support pixie vizier

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

Copy link
Member

@hzxuzhonghu hzxuzhonghu left a comment

Choose a reason for hiding this comment

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

Think about how to make the install procedure idemponent

cmd/kurator/app/install/pixie/vizier/vizier.go Outdated Show resolved Hide resolved
cmd/kurator/app/install/pixie/vizier/vizier.go Outdated Show resolved Hide resolved
cmd/kurator/app/install/pixie/vizier/vizier.go Outdated Show resolved Hide resolved
cmd/kurator/app/install/pixie/vizier/vizier.go Outdated Show resolved Hide resolved
cmd/kurator/app/install/pixie/vizier/vizier.go Outdated Show resolved Hide resolved
pkg/plugin/pixie/vizier/plugin.go Outdated Show resolved Hide resolved
pkg/plugin/pixie/vizier/plugin.go Outdated Show resolved Hide resolved
pkg/plugin/pixie/vizier/plugin.go Outdated Show resolved Hide resolved
pkg/plugin/pixie/vizier/plugin.go Show resolved Hide resolved
pkg/plugin/pixie/vizier/plugin.go Outdated Show resolved Hide resolved
@zirain zirain force-pushed the vizier-helm branch 2 times, most recently from 0f32f8f to 2e28fdf Compare August 20, 2022 01:36
cmd/kurator/app/install/pixie/pixie.go Show resolved Hide resolved
cmd/kurator/app/install/pixie/vizier/vizier.go Outdated Show resolved Hide resolved
pkg/plugin/pixie/vizier/plugin.go Outdated Show resolved Hide resolved
pkg/plugin/pixie/vizier/plugin.go Outdated Show resolved Hide resolved
Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
if err != nil {
return err
}
if err := util.WaitCRDReady(clusterCRDClient, vizierCRDName, p.options.WaitInterval, p.options.WaitTimeout); err != nil {
Copy link
Member

Choose a reason for hiding this comment

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

Since it create crds before, why cannot you infer the name from applyCrds. my concern is this could miss other crds

Copy link
Contributor Author

Choose a reason for hiding this comment

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

reasonable, updated.

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
Copy link
Member

@hzxuzhonghu hzxuzhonghu left a comment

Choose a reason for hiding this comment

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

/lgtm

@kurator-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hzxuzhonghu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@hzxuzhonghu
Copy link
Member

@zirain We need a doc for pixie usage

@kurator-bot kurator-bot merged commit 3a0735c into kurator-dev:main Aug 23, 2022
@zirain zirain deleted the vizier-helm branch August 25, 2022 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants