Skip to content

Commit 611147e

Browse files
Renamed kops to k8s (since it also incudes kubectl) and merge helm into k8s
1 parent 865127c commit 611147e

34 files changed

+29
-352
lines changed

buildall.ps1

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ cd awscli
2323
./build.ps1
2424
cd ..
2525

26-
cd kops
26+
cd k8s
2727
./build.ps1
2828
cd ..
2929

30-
cd helm
3130
./build.ps1
3231
cd ..
3332

buildall.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ cd awscli
2424
./build.sh
2525
cd ..
2626

27-
cd kops
27+
cd k8s
2828
./build.sh
2929
cd ..
3030

31-
cd helm
3231
./build.sh
3332
cd ..
3433

cleanall.ps1

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ cd terraform
33
./rmi.ps1
44
cd ..
55

6-
cd helm
7-
./rmi.ps1
8-
cd ..
9-
10-
cd kops
6+
cd k8s
117
./rmi.ps1
128
cd ..
139

cleanall.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ cd terraform
44
./rmi.sh
55
cd ..
66

7-
cd helm
8-
./rmi.sh
9-
cd ..
10-
11-
cd kops
7+
cd k8s
128
./rmi.sh
139
cd ..
1410

helm/Dockerfile.template

-14
This file was deleted.

helm/bash.sh

-18
This file was deleted.

helm/build.ps1

-45
This file was deleted.

helm/build.sh

-47
This file was deleted.

helm/container_name

-1
This file was deleted.

helm/launch.ps1

-18
This file was deleted.

helm/launch.sh

-20
This file was deleted.

helm/remove.ps1

-15
This file was deleted.

helm/remove.sh

-17
This file was deleted.

helm/rmi.ps1

-14
This file was deleted.

helm/rmi.sh

-16
This file was deleted.

helm/run.ps1

-17
This file was deleted.

helm/run.sh

-22
This file was deleted.

helm/setup.sh

-28
This file was deleted.

helm/stop.ps1

-16
This file was deleted.

helm/stop.sh

-18
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

k8s/container_name

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
devtools/k8s
File renamed without changes.
File renamed without changes.

kops/rmi.sh renamed to k8s/rmi.sh

File renamed without changes.
File renamed without changes.

kops/run.sh renamed to k8s/run.sh

File renamed without changes.

0 commit comments

Comments
 (0)