Skip to content

Commit 729ae7c

Browse files
authored
Remove Flannel HPC examples (#385)
Signed-off-by: James Sturtevant <[email protected]>
1 parent 03f9924 commit 729ae7c

File tree

10 files changed

+0
-523
lines changed

10 files changed

+0
-523
lines changed

guides/flannel.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

guides/guide-for-adding-windows-node.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,5 @@ Once you have a Linux-based Kubernetes control-plane node and a Windows node you
6363

6464
This guide offers three choices:
6565

66-
- [Flannel](flannel.md)
6766
- [Calico](calico.md)
6867
- [Calico-Operator](calico_operator.md)

hostprocess/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
#!/bin/bash
22

33
repository=${repository:-"sigwindowstools"}
4-
flannelVersion=${flannelVersion:-"v0.14.0"}
54
calicoVersion=${calicoVersion:-"v3.25.0"}
65

76
SCRIPTROOT=$(dirname "${BASH_SOURCE[0]}")
8-
pushd $SCRIPTROOT/flannel
9-
./build.sh -r $repository --flannelVersion $flannelVersion
10-
popd
117
pushd $SCRIPTROOT/calico
128
./build.sh -r $repository --calicoVersion $calicoVersion
139
popd
@@ -16,9 +12,6 @@ declare -a proxyVersions=("v1.24.13" "v1.25.9" "v1.26.4" "v1.27.0")
1612

1713
# Read the array values with space
1814
for proxyVersion in "${proxyVersions[@]}"; do
19-
pushd $SCRIPTROOT/flannel
20-
./build.sh -r $repository --proxyVersion $proxyVersion
21-
popd
2215
pushd $SCRIPTROOT/calico
2316
./build.sh -r $repository --proxyVersion $proxyVersion
2417
popd

hostprocess/flannel/build.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

hostprocess/flannel/flanneld/Dockerfile

Lines changed: 0 additions & 36 deletions
This file was deleted.

hostprocess/flannel/flanneld/flannel-overlay.yml

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)