Skip to content

Commit

Permalink
Merge pull request #5770 from deads2k/machiens
Browse files Browse the repository at this point in the history
collect machine state in bootstrap gather
  • Loading branch information
openshift-merge-robot committed Apr 5, 2022
2 parents c6e22e5 + 9266c33 commit 6072e27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function cluster_bootstrap_gather() {
queue resources/events.json oc --request-timeout=5s get events --all-namespaces -o json
queue resources/kubeapiserver.json oc --request-timeout=5s get kubeapiserver -o json
queue resources/kubecontrollermanager.json oc --request-timeout=5s get kubecontrollermanager -o json
queue resources/machines.json oc --request-timeout=5s get machines --all-namespaces -o json
queue resources/machineconfigpools.json oc --request-timeout=5s get machineconfigpools -o json
queue resources/machineconfigs.json oc --request-timeout=5s get machineconfigs -o json
queue resources/namespaces.json oc --request-timeout=5s get namespaces -o json
Expand Down

0 comments on commit 6072e27

Please sign in to comment.