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

KEB Errors improvements v1 #1491

Merged
merged 45 commits into from
Nov 27, 2024
Merged

KEB Errors improvements v1 #1491

merged 45 commits into from
Nov 27, 2024

Conversation

ukff
Copy link
Contributor

@ukff ukff commented Nov 26, 2024

when operation fail, keep it in database
extend option to each step will have depednecy
keep backward compatbility with SRE implementation

Related issue(s)

#1177

@ukff ukff requested a review from a team as a code owner November 26, 2024 13:30
@kyma-gopher-bot kyma-gopher-bot enabled auto-merge (squash) November 26, 2024 13:30
Copy link

Add one of following labels

- kind/feature -> Use it when you want to submit a new feature

- kind/enhancement -> Use it when you modify or improve an existing feature

- kind/bug -> Use it when you fix a bug

@kyma-bot kyma-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cla: yes Indicates the PR's author has signed the CLA. labels Nov 26, 2024
@ukff ukff changed the title Kcperrs4 KEB Errors improvements v1 Nov 27, 2024
@ukff ukff mentioned this pull request Nov 27, 2024
@ukff ukff added the kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature label Nov 27, 2024
@@ -28,7 +30,9 @@ type ApplyKymaStep struct {
var _ process.Step = &ApplyKymaStep{}

func NewApplyKymaStep(os storage.Operations, cli client.Client) *ApplyKymaStep {
return &ApplyKymaStep{operationManager: process.NewOperationManager(os), k8sClient: cli}
step := &ApplyKymaStep{k8sClient: cli}
step.operationManager = process.NewOperationManagerWithMetadata(os, step.Name(), kebErr.KEBDependency)
Copy link
Member

Choose a reason for hiding this comment

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

it is about Kyma Lifecycle Manager, not KEB

@kyma-gopher-bot kyma-gopher-bot merged commit 7913c75 into kyma-project:main Nov 27, 2024
26 checks passed
@kyma-bot kyma-bot added the lgtm Looks good to me! label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. kind/enhancement Categorizes issue or PR as related to modifying or improving an existing feature 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.

4 participants