Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NR-238698: Issue fix - GcpMachinePoolMachine Status not populating correct ProvisioningState and LatestModelApplied fields #20

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    acdd029 View commit details
    Browse the repository at this point in the history
  2. NR-238698 - Machine LifeCycle Controller for GCP

    It was observed that the `GCPMachinePoolMachine` object wasn't updating the following fields correctly before:
    
    `LatestModelApplied, ProvisioningState`
    
    Fix - Use the raw GCP `instance` to update the same instead.
    sachin-shankar committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ab1929f View commit details
    Browse the repository at this point in the history
  3. - Issue fix - Latest Model Applied field not showing in `GcpMachine…

    …PoolMachine` status.
    
    - Create new type for VM provisioning state derived from GCP Instance status.
    sachin-shankar committed May 24, 2024
    Configuration menu
    Copy the full SHA
    97cc6ed View commit details
    Browse the repository at this point in the history