Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/kubeadm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 00aebcce059705027a126a4e20c1290a2e688460
Choose a base ref
..
head repository: kubernetes/kubeadm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c47bde572c9f09c88d95e9efbffd525c298f9ded
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 kinder/ci/tools/update-workflows/templates/workflows/instance-config-tasks.yaml
  2. +1 −1 kinder/ci/workflows/instance-config-tasks.yaml
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ tasks:
- --kubeadm-verbosity={{ .vars.kubeadmVerbosity }}
- --kubeadm-feature-gate="NodeLocalCRISocket=true"
timeout: 15m
- name: check-config
- name: check-config-after-upgrade
description: |
Check if the kubelet instance configuration exists on each node.
cmd: /bin/bash
2 changes: 1 addition & 1 deletion kinder/ci/workflows/instance-config-tasks.yaml
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ tasks:
- --kubeadm-verbosity={{ .vars.kubeadmVerbosity }}
- --kubeadm-feature-gate="NodeLocalCRISocket=true"
timeout: 15m
- name: check-config
- name: check-config-after-upgrade
description: |
Check if the kubelet instance configuration exists on each node.
cmd: /bin/bash