Events Reference
KICK emits typed Kubernetes events with stable reason strings.
Reasons:
WaitingForScheduleWaitingForGitOpsSyncWaitingForRolloutKickStartedKickSucceededKickNoLongerRequiredKickFailedKickDryRunOwnerUnknownOwnerAmbiguous
Use kubectl describe kickrequest <name> to inspect event history for a request.
KickDryRun is emitted instead of KickStarted/KickSucceeded when the
matching KickPolicy sets spec.dryRun: true. The restart is never performed.
Last updated on