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

MachineDeploymentFrozen has the same doc string as MachineDeploymentReplicaFailure #961

Open
Kostov6 opened this issue Dec 30, 2024 · 0 comments
Labels
area/documentation Documentation related kind/bug Bug priority/5 Priority (lower number equals higher priority)

Comments

@Kostov6
Copy link
Contributor

Kostov6 commented Dec 30, 2024

How to categorize this issue?

/area documentation
/kind bug
/priority 5

What happened:

// ReplicaFailure is added in a MachineDeployment when one of its machines fails to be created
// or deleted.
MachineDeploymentReplicaFailure MachineDeploymentConditionType = "ReplicaFailure"
// MachineDeploymentFrozen is added in a MachineDeployment when one of its machines fails to be created
// or deleted.
MachineDeploymentFrozen MachineDeploymentConditionType = "Frozen"

What you expected to happen:

MachineDeploymentFrozen and MachineDeploymentReplicaFailure to not have the same doc string as this implies that the conditions are practically the same

Environment:

  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration:
  • Others:
@Kostov6 Kostov6 added the kind/bug Bug label Dec 30, 2024
@gardener-robot gardener-robot added area/documentation Documentation related priority/5 Priority (lower number equals higher priority) labels Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Documentation related kind/bug Bug priority/5 Priority (lower number equals higher priority)
Projects
None yet
Development

No branches or pull requests

2 participants