Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas authored and twelho committed Jul 31, 2020
1 parent 866cfcd commit 62b0846
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions test/integration/container/multimaster_test.go
Expand Up @@ -31,44 +31,44 @@ spec:
cidrBlocks: [192.168.128.0/17]
serviceDomain: cluster.local
infrastructureRef:
apiVersion: "cluster.weave.works/v1alpha3"
apiVersion: cluster.weave.works/v1alpha3
kind: ExistingInfraCluster
name: test-multimaster
---
apiVersion: cluster.weave.works/v1alpha3
kind: "ExistingInfraCluster"
kind: ExistingInfraCluster
metadata:
name: test-multimaster
spec:
user: root
imageRepository: %s:%d
os:
files:
- source:
configmap: docker
key: daemon.json
destination: /etc/docker/daemon.json
- source:
configmap: repo
key: local.repo
destination: /etc/yum.repos.d/local.repo
cri:
kind: docker
package: docker-ce
version: 19.03.8
kubeletArguments:
- name: alsologtostderr
value: "true"
- name: container-runtime
value: docker
- name: eviction-hard
value: "memory.available<100Mi,nodefs.available<100Mi,imagefs.available<100Mi"
apiServer:
extraArguments:
- name: alsologtostderr
value: "true"
- name: audit-log-maxsize
value: "10000"
user: root
imageRepository: %s:%d
os:
files:
- source:
configmap: docker
key: daemon.json
destination: /etc/docker/daemon.json
- source:
configmap: repo
key: local.repo
destination: /etc/yum.repos.d/local.repo
cri:
kind: docker
package: docker-ce
version: 19.03.8
kubeletArguments:
- name: alsologtostderr
value: "true"
- name: container-runtime
value: docker
- name: eviction-hard
value: "memory.available<100Mi,nodefs.available<100Mi,imagefs.available<100Mi"
apiServer:
extraArguments:
- name: alsologtostderr
value: "true"
- name: audit-log-maxsize
value: "10000"
`

const machinesYAML = `
Expand All @@ -81,13 +81,13 @@ const machinesYAML = `
spec:
clusterName: test-multimaster
infrastructureRef:
apiVersion: "cluster.weave.works/v1alpha3"
apiVersion: cluster.weave.works/v1alpha3
kind: ExistingInfraMachine
name: master-1
bootstrap: {}
---
apiVersion: "cluster.weave.works/v1alpha3"
kind: "ExistingInfraMachine"
apiVersion: cluster.weave.works/v1alpha3
kind: ExistingInfraMachine
metadata:
name: master-1
spec:
Expand All @@ -107,13 +107,13 @@ const machinesYAML = `
spec:
clusterName: test-multimaster
infrastructureRef:
apiVersion: "cluster.weave.works/v1alpha3"
apiVersion: cluster.weave.works/v1alpha3
kind: ExistingInfraMachine
name: master-2
bootstrap: {}
---
apiVersion: "cluster.weave.works/v1alpha3"
kind: "ExistingInfraMachine"
apiVersion: cluster.weave.works/v1alpha3
kind: ExistingInfraMachine
metadata:
name: master-2
spec:
Expand All @@ -133,13 +133,13 @@ const machinesYAML = `
spec:
clusterName: test-multimaster
infrastructureRef:
apiVersion: "cluster.weave.works/v1alpha3"
apiVersion: cluster.weave.works/v1alpha3
kind: ExistingInfraMachine
name: master-3
bootstrap: {}
---
apiVersion: "cluster.weave.works/v1alpha3"
kind: "ExistingInfraMachine"
apiVersion: cluster.weave.works/v1alpha3
kind: ExistingInfraMachine
metadata:
name: master-3
spec:
Expand All @@ -159,13 +159,13 @@ const machinesYAML = `
spec:
clusterName: test-multimaster
infrastructureRef:
apiVersion: "cluster.weave.works/v1alpha3"
apiVersion: cluster.weave.works/v1alpha3
kind: ExistingInfraMachine
name: worker-1
bootstrap: {}
---
apiVersion: "cluster.weave.works/v1alpha3"
kind: "ExistingInfraMachine"
apiVersion: cluster.weave.works/v1alpha3
kind: ExistingInfraMachine
metadata:
name: worker-1
spec:
Expand Down

0 comments on commit 62b0846

Please sign in to comment.