Closed SSshahan closed 5 years ago
@SSshahan are you talking about https://github.com/openshift/training/blob/master/docs/compute/01-managing-compute.md ?
Any pages that aren't directly linked from the README have not been tested and are somewhat out of scope. Feel free to submit a PR with any necessary changes.
Those docs were just nuked.
It seems that the
.spec.providerConfig
section of a Machine resource change tospec.providerSpec
in the latest payload. In the sectionAmazon Web Services
ofManaging Compute
still use the.spec.providerConfig
and cannot get instance type using the original command, so it should update tooc get machines -n openshift-cluster-api -o jsonpath='{range .items[*]}{"\n"}{.metadata.name}{"\t"}{.spec.providerSpec.value.instanceType}{end}{"\n"}'
. BTW, please notice the text where still use thespec.providerConfig
, there also need to update.