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

use manifest install for containerd, add some manifest schema validation #1467

Merged
merged 35 commits into from
Jan 27, 2022

Conversation

alexeldeib
Copy link
Contributor

No description provided.

# trap 'az vmss delete -g $MC_RESOURCE_GROUP_NAME -n $VMSS_NAME --no-wait' EXIT
kubectl get nodes

trap 'az vmss delete -g $MC_RESOURCE_GROUP_NAME -n $VMSS_NAME --no-wait' EXIT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this step be moved to after the check in L172? i.e should we delete the vmss even if the node failed to joined the cluster before fetching the logs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's a trap so it only executes when the entire script exits, we fetch logs before deleting the vmss

"versions": [],
"installedVersion": ""
},
"nvidia-drivers": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO

@alexeldeib alexeldeib changed the title debug manifest install for containerd use manifest install for containerd, add some manifest schema validation Jan 27, 2022
@alexeldeib alexeldeib merged commit 6e23ce9 into Azure:master Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants