11.5.5. Troubleshooting resource migration
To help avoid or recover from issues when you migrate a resource to use a different authoritative API, you can learn how to recognize these issues. To understand unexpected behavior in your cluster, you can learn about differences between the Cluster API and the Machine API.
11.5.5.1. Authoritative API types of compute machines 링크 복사링크가 클립보드에 복사되었습니다!
The authoritative API of a compute machine depends on the values of the .spec.authoritativeAPI and .spec.template.spec.authoritativeAPI fields in the Machine API compute machine set that creates it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When the .spec.authoritativeAPI value is ClusterAPI, the Machine API machine set is not authoritative and the .spec.template.spec.authoritativeAPI value is not used. As a result, the only combination that creates a compute machine with the Machine API as authoritative is where the .spec.authoritativeAPI and .spec.template.spec.authoritativeAPI values are MachineAPI.