mirror of https://github.com/kubernetes/kops.git
Bump cilium version to 1.6.4
This commit is contained in:
parent
09a8de4368
commit
d98ea4922a
|
|
@ -155,7 +155,7 @@ type AmazonVPCNetworkingSpec struct {
|
|||
ImageName string `json:"imageName,omitempty"`
|
||||
}
|
||||
|
||||
const CiliumDefaultVersion = "v1.6.1"
|
||||
const CiliumDefaultVersion = "v1.6.4"
|
||||
|
||||
// CiliumNetworkingSpec declares that we want Cilium networking
|
||||
type CiliumNetworkingSpec struct {
|
||||
|
|
|
|||
|
|
@ -1117,7 +1117,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
|
|||
|
||||
if b.cluster.Spec.Networking.Cilium != nil {
|
||||
key := "networking.cilium.io"
|
||||
version := "1.6.1-kops.1"
|
||||
version := "1.6.4-kops.1"
|
||||
|
||||
{
|
||||
id := "k8s-1.7"
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ spec:
|
|||
- id: k8s-1.12
|
||||
kubernetesVersion: '>=1.12.0'
|
||||
manifest: networking.cilium.io/k8s-1.12.yaml
|
||||
manifestHash: cc7937066cb472dce20e13fe9a76faefd74dee19
|
||||
manifestHash: 2d40b9ab7453b4a0a413196fae4c8bdcd62c69ce
|
||||
name: networking.cilium.io
|
||||
selector:
|
||||
role.kubernetes.io/networking: "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue