Created
June 22, 2023 19:00
-
-
Save Oats87/10b93fc13d57b14660a7bc3cc1d1acea to your computer and use it in GitHub Desktop.
Patch for conditions on infrastructuremachine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl -n fleet-default patch vmwarevspheremachine <INFRAMACHINE> --subresource=status --type=json -p='[{"op": "replace", "path": "/status/conditions", "value":[{"type":"CreateJob","status":"True"},{"type":"Ready","status":"True"}]}]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment