Update calico to latest version
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
e415d35bda
commit
eb56044c32
5 changed files with 11 additions and 13 deletions
|
|
@ -183,7 +183,7 @@ spec:
|
|||
udp:68, tcp:179, tcp:2379, tcp:2380, tcp:6443, tcp:6666, tcp:6667]'
|
||||
items:
|
||||
description: ProtoPort is combination of protocol, port, and CIDR.
|
||||
All three must be specified.
|
||||
Protocol and port must be specified.
|
||||
properties:
|
||||
net:
|
||||
type: string
|
||||
|
|
@ -192,7 +192,6 @@ spec:
|
|||
protocol:
|
||||
type: string
|
||||
required:
|
||||
- net
|
||||
- port
|
||||
- protocol
|
||||
type: object
|
||||
|
|
@ -211,7 +210,7 @@ spec:
|
|||
tcp:6667, udp:53, udp:67]'
|
||||
items:
|
||||
description: ProtoPort is combination of protocol, port, and CIDR.
|
||||
All three must be specified.
|
||||
Protocol and port must be specified.
|
||||
properties:
|
||||
net:
|
||||
type: string
|
||||
|
|
@ -220,7 +219,6 @@ spec:
|
|||
protocol:
|
||||
type: string
|
||||
required:
|
||||
- net
|
||||
- port
|
||||
- protocol
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue