Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit ceae47d

Browse files
patch priorityClassName: system-node-critical in CPI daemonset (#1149)
1 parent 4ecf979 commit ceae47d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

pkg/v1/providers/vendir.lock.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ apiVersion: vendir.k14s.io/v1alpha1
22
directories:
33
- contents:
44
- git:
5-
commitTitle: fix cpi daemonset overlay for v1.22.3 (#2500)
6-
sha: ef137b14f5c3825592aa9d08c3228d0a93169460
5+
commitTitle: 'patch priorityClassName: system-node-critical in CPI daemonset
6+
(#2524)'
7+
sha: 9e70164c014c23bc47848a576cde10621bab4677
78
tags:
8-
- v0.10.0-dev.1-206-gef137b14
9+
- v0.10.0-dev.1-213-g9e70164c
910
path: .
1011
path: ytt/vendir/vsphere_cpi/_ytt_lib
1112
- contents:

pkg/v1/providers/vendir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ directories:
66
- path: .
77
git:
88
url: git@github.com:vmware-tanzu/tce.git
9-
ref: ef137b14f5c3825592aa9d08c3228d0a93169460
9+
ref: 9e70164c014c23bc47848a576cde10621bab4677
1010
includePaths:
1111
- addons/packages/vsphere-cpi/1.22.3/bundle/config/**/*
1212
- path: ytt/vendir/cni/_ytt_lib

pkg/v1/providers/ytt/vendir/vsphere_cpi/_ytt_lib/addons/packages/vsphere-cpi/1.22.3/bundle/config/upstream/vsphere-cpi/05-daemonset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ spec:
1414
labels:
1515
k8s-app: vsphere-cloud-controller-manager
1616
spec:
17+
priorityClassName: system-node-critical
1718
containers:
1819
- args:
1920
- --v=2

0 commit comments

Comments
 (0)