Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Kube OVN
Commits
98bb7510
Commit
98bb7510
authored
4 years ago
by
Mengxin Liu
Committed by
oilbeater
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
chore: update kind and kube-ovn-cni updateStrategy
parent
7af1f4f9
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
.github/workflows/build-x86-image.yaml
+24
-0
.github/workflows/build-x86-image.yaml
dist/images/install-pre-1.16.sh
+0
-2
dist/images/install-pre-1.16.sh
dist/images/install.sh
+0
-2
dist/images/install.sh
yamls/kind.yaml.j2
+5
-5
yamls/kind.yaml.j2
yamls/kube-ovn-ipv6.yaml
+0
-2
yamls/kube-ovn-ipv6.yaml
yamls/kube-ovn-pre17.yaml
+0
-2
yamls/kube-ovn-pre17.yaml
with
29 additions
and
13 deletions
+29
-13
.github/workflows/build-x86-image.yaml
+
24
-
0
View file @
98bb7510
...
...
@@ -83,6 +83,14 @@ jobs:
-
name
:
Check out code
uses
:
actions/checkout@v2
-
name
:
Install Kind
env
:
KIND_VERSION
:
v0.9.0
run
:
|
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-$(uname)-amd64
chmod +x ./kind
sudo mv kind /usr/local/bin
-
name
:
Init Kind
run
:
|
pip install j2cli --user
...
...
@@ -121,6 +129,14 @@ jobs:
-
name
:
Check out code
uses
:
actions/checkout@v2
-
name
:
Install Kind
env
:
KIND_VERSION
:
v0.9.0
run
:
|
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-$(uname)-amd64
chmod +x ./kind
sudo mv kind /usr/local/bin
-
name
:
Init Kind
run
:
|
pip install j2cli --user
...
...
@@ -160,6 +176,14 @@ jobs:
-
name
:
Check out code
uses
:
actions/checkout@v2
-
name
:
Install Kind
env
:
KIND_VERSION
:
v0.9.0
run
:
|
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION}/kind-$(uname)-amd64
chmod +x ./kind
sudo mv kind /usr/local/bin
-
name
:
Init Kind
run
:
|
pip install j2cli --user
...
...
This diff is collapsed.
Click to expand it.
dist/images/install-pre-1.16.sh
+
0
-
2
View file @
98bb7510
...
...
@@ -1107,8 +1107,6 @@ spec:
selector:
matchLabels:
app: kube-ovn-cni
updateStrategy:
type: OnDelete
template:
metadata:
labels:
...
...
This diff is collapsed.
Click to expand it.
dist/images/install.sh
+
0
-
2
View file @
98bb7510
...
...
@@ -1224,8 +1224,6 @@ spec:
selector:
matchLabels:
app: kube-ovn-cni
updateStrategy:
type: OnDelete
template:
metadata:
labels:
...
...
This diff is collapsed.
Click to expand it.
yamls/kind.yaml.j2
+
5
-
5
View file @
98bb7510
kind: Cluster
apiVersion: kind.
sigs.
k8s.io/v1alpha
3
apiVersion: kind.
x-
k8s.io/v1alpha
4
networking:
disableDefaultCNI: true
ipFamily: {{ ip_family }}
...
...
@@ -17,13 +17,13 @@ kubeadmConfigPatches:
dataDir: "/tmp/lib/etcd"
nodes:
- role: control-plane
image: kindest/node:v1.1
8.2
image: kindest/node:v1.1
9.1
{%- if ha is equalto "true" %}
- role: control-plane
image: kindest/node:v1.1
8.2
image: kindest/node:v1.1
9.1
- role: control-plane
image: kindest/node:v1.1
8.2
image: kindest/node:v1.1
9.1
{%- else %}
- role: worker
image: kindest/node:v1.1
8.2
image: kindest/node:v1.1
9.1
{%- endif %}
This diff is collapsed.
Click to expand it.
yamls/kube-ovn-ipv6.yaml
+
0
-
2
View file @
98bb7510
...
...
@@ -93,8 +93,6 @@ spec:
selector
:
matchLabels
:
app
:
kube-ovn-cni
updateStrategy
:
type
:
OnDelete
template
:
metadata
:
labels
:
...
...
This diff is collapsed.
Click to expand it.
yamls/kube-ovn-pre17.yaml
+
0
-
2
View file @
98bb7510
...
...
@@ -90,8 +90,6 @@ spec:
selector
:
matchLabels
:
app
:
kube-ovn-cni
updateStrategy
:
type
:
OnDelete
template
:
metadata
:
labels
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help