Skip to content

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <wenqiq@vmware.com>
  • Loading branch information
wenqiq committed Dec 7, 2023
1 parent a675a27 commit b6838a4
Show file tree
Hide file tree
Showing 8 changed files with 187 additions and 6 deletions.
36 changes: 36 additions & 0 deletions build/yamls/antrea-aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7083,6 +7083,24 @@ spec:
path: /run/xtables.lock
type: FileOrCreate
---
# Source: antrea/templates/simulator/simulator.yml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: antrea-agent
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: antrea/instance
operator: NotIn
values:
- simulator
---
# Source: antrea/templates/controller/deployment.yaml
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -7211,6 +7229,24 @@ spec:
path: /var/log/antrea
type: DirectoryOrCreate
---
# Source: antrea/templates/simulator/simulator.yml
apiVersion: apps/v1
kind: Deployment
metadata:
name: antrea-controller
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: antrea/instance
operator: NotIn
values:
- simulator
---
# Source: antrea/templates/controller/apiservices.yaml
apiVersion: apiregistration.k8s.io/v1
kind: APIService
Expand Down
36 changes: 36 additions & 0 deletions build/yamls/antrea-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7084,6 +7084,24 @@ spec:
path: /run/xtables.lock
type: FileOrCreate
---
# Source: antrea/templates/simulator/simulator.yml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: antrea-agent
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: antrea/instance
operator: NotIn
values:
- simulator
---
# Source: antrea/templates/controller/deployment.yaml
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -7212,6 +7230,24 @@ spec:
path: /var/log/antrea
type: DirectoryOrCreate
---
# Source: antrea/templates/simulator/simulator.yml
apiVersion: apps/v1
kind: Deployment
metadata:
name: antrea-controller
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: antrea/instance
operator: NotIn
values:
- simulator
---
# Source: antrea/templates/controller/apiservices.yaml
apiVersion: apiregistration.k8s.io/v1
kind: APIService
Expand Down
36 changes: 36 additions & 0 deletions build/yamls/antrea-gke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7081,6 +7081,24 @@ spec:
path: /run/xtables.lock
type: FileOrCreate
---
# Source: antrea/templates/simulator/simulator.yml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: antrea-agent
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: antrea/instance
operator: NotIn
values:
- simulator
---
# Source: antrea/templates/controller/deployment.yaml
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -7209,6 +7227,24 @@ spec:
path: /var/log/antrea
type: DirectoryOrCreate
---
# Source: antrea/templates/simulator/simulator.yml
apiVersion: apps/v1
kind: Deployment
metadata:
name: antrea-controller
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: antrea/instance
operator: NotIn
values:
- simulator
---
# Source: antrea/templates/controller/apiservices.yaml
apiVersion: apiregistration.k8s.io/v1
kind: APIService
Expand Down
36 changes: 36 additions & 0 deletions build/yamls/antrea-ipsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7140,6 +7140,24 @@ spec:
path: /run/xtables.lock
type: FileOrCreate
---
# Source: antrea/templates/simulator/simulator.yml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: antrea-agent
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: antrea/instance
operator: NotIn
values:
- simulator
---
# Source: antrea/templates/controller/deployment.yaml
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -7268,6 +7286,24 @@ spec:
path: /var/log/antrea
type: DirectoryOrCreate
---
# Source: antrea/templates/simulator/simulator.yml
apiVersion: apps/v1
kind: Deployment
metadata:
name: antrea-controller
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: antrea/instance
operator: NotIn
values:
- simulator
---
# Source: antrea/templates/controller/apiservices.yaml
apiVersion: apiregistration.k8s.io/v1
kind: APIService
Expand Down
4 changes: 2 additions & 2 deletions build/yamls/antrea-windows-containerd-with-ovs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ spec:
template:
metadata:
annotations:
checksum/agent-windows: bb43d8d5840ffd71ff946d44052fefc5bd88ca5ad58ac5048d85a5cf26a7ef13
checksum/windows-config: 6ff4f8bd0b310ebe4d4612bdd9697ffb3d79e0e0eab3936420417dd5a8fc128d
checksum/agent-windows: agent-windows-checksum-placeholder
checksum/windows-config: windows-config-checksum-placeholder
microsoft.com/hostprocess-inherit-user: "true"
labels:
app: antrea
Expand Down
4 changes: 2 additions & 2 deletions build/yamls/antrea-windows-containerd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ spec:
template:
metadata:
annotations:
checksum/agent-windows: 542068477bbe94774e38a839710706f2d0705ecc7f1ab9aa1a1cf3e46eb73afb
checksum/windows-config: 6ff4f8bd0b310ebe4d4612bdd9697ffb3d79e0e0eab3936420417dd5a8fc128d
checksum/agent-windows: agent-windows-checksum-placeholder
checksum/windows-config: windows-config-checksum-placeholder
microsoft.com/hostprocess-inherit-user: "true"
labels:
app: antrea
Expand Down
4 changes: 2 additions & 2 deletions build/yamls/antrea-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ spec:
template:
metadata:
annotations:
checksum/agent-windows: 5af94f558d39950050ce9625ca7670bcca448b9ff3080a16902a5cae5d069210
checksum/windows-config: 6ff4f8bd0b310ebe4d4612bdd9697ffb3d79e0e0eab3936420417dd5a8fc128d
checksum/agent-windows: agent-windows-checksum-placeholder
checksum/windows-config: windows-config-checksum-placeholder
labels:
app: antrea
component: antrea-agent
Expand Down
37 changes: 37 additions & 0 deletions build/yamls/antrea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ spec:
kind: ClusterGroup
shortNames:
- cg

---
# Source: crds/clusternetworkpolicy.yaml
apiVersion: apiextensions.k8s.io/v1
Expand Down Expand Up @@ -7080,6 +7081,24 @@ spec:
path: /run/xtables.lock
type: FileOrCreate
---
# Source: antrea/templates/simulator/simulator.yml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: antrea-agent
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: antrea/instance
operator: NotIn
values:
- simulator
---
# Source: antrea/templates/controller/deployment.yaml
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -7208,6 +7227,24 @@ spec:
path: /var/log/antrea
type: DirectoryOrCreate
---
# Source: antrea/templates/simulator/simulator.yml
apiVersion: apps/v1
kind: Deployment
metadata:
name: antrea-controller
spec:
template:
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: antrea/instance
operator: NotIn
values:
- simulator
---
# Source: antrea/templates/controller/apiservices.yaml
apiVersion: apiregistration.k8s.io/v1
kind: APIService
Expand Down

0 comments on commit b6838a4

Please sign in to comment.