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

init fleet api to install flagger and testloader #519

Merged
merged 2 commits into from
Dec 19, 2023

Conversation

LiZhenCheng9527
Copy link
Contributor

What type of PR is this?
/kind api-change
/kind feature

What this PR does / why we need it:
Add configuretion to install flagger in fleet api.

Copy link

netlify bot commented Dec 18, 2023

Deploy Preview for kurator-dev ready!

Name Link
🔨 Latest commit 696bb98
🔍 Latest deploy log https://app.netlify.com/sites/kurator-dev/deploys/658151e8ca656500087446be
😎 Deploy Preview https://deploy-preview-519--kurator-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -507,6 +507,32 @@ type Device struct {
Config map[string]string `json:"config,omitempty"`
}

type FlaggerConfig struct {
Copy link
Member

Choose a reason for hiding this comment

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

I think you forget to add it to plugin

Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
@@ -507,6 +509,32 @@ type Device struct {
Config map[string]string `json:"config,omitempty"`
}

type FlaggerConfig struct {
// Chart defines the helm chart config of the flagger.
// default values is
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// default values is
// default value is

// Chart defines the helm chart config of the flagger.
// default values is
//
// chart:
Copy link
Member

Choose a reason for hiding this comment

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

wrap with

Signed-off-by: LiZhenCheng9527 <lizhencheng6@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

@kurator-bot kurator-bot merged commit ac64991 into kurator-dev:main Dec 19, 2023
9 checks passed
@LiZhenCheng9527 LiZhenCheng9527 deleted the plugin-flagger-api branch January 17, 2024 06:35
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.

3 participants