Skip to content

Commit 489bcd4

Browse files
author
Dmitriy Kharlamov
authored
prepare to release (#130)
Remove unused tools and clear readme
1 parent ca62650 commit 489bcd4

4 files changed

+5
-97
lines changed

.gitlab-ci.yml

-64
This file was deleted.

QUICKSTART.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Next, you have to install:
2525
* [Amazon CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html)
2626
* [AWS IAM Authenticator for Kubernetes](https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html)
2727
* [Terraform](https://learn.hashicorp.com/terraform/getting-started/install.html)
28-
* [Kubeflow CLI (kfctl)](https://www.kubeflow.org/docs/aws/deploy/install-kubeflow/)
2928
* [Jq](https://stedolan.github.io/jq/)
3029

3130
### Installing Prerequisites on MacOS
@@ -49,11 +48,8 @@ $ brew install kubernetes-cli
4948
$ brew install awscli
5049
$ brew install aws-iam-authenticator
5150
$ brew install terraform
52-
$ bash swiss-army-kube/kfctl_install.sh
5351
$ brew install jq
5452
```
55-
56-
The [kfctl_install.sh](https://github.com/provectus/swiss-army-kube/blob/master/kfctl_install.sh) script installs kfctl. To run kfctl, go to the `/usr/local/bin/kfctl` binary file in Finder, right-click and select Open. Then click Open again to confirm that you want to open the app.
5753

5854
### Installing Prerequisites on Linux
5955

@@ -177,6 +173,10 @@ The `examples/common` directory contains a set of `.tf` files:
177173
* `main.tf` - main file with infrastructure code
178174
* `providers.tf` - list of providers and their values
179175

176+
The `examples/argocd-with-applications` the folder contains an example of deploying infrastructure in aws and applications for cluster operation (like external-dns, prometheus, cluster-autoscaler, etc.)
177+
178+
The `examples/argocd` the folder contains an example of deploying infrastructure in aws and argo-cd server without any applications.
179+
180180
<a name="adddevs"></a>
181181
## Adding Developers to Kubernetes Cluster
182182

kfctl_install.sh

-26
This file was deleted.

prerequisites_install.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ terraform version | head -n 1
2121
echo
2222
echo "Installed jq version:"
2323
jq --version
24-
echo
25-
26-
bash "$SCRIPTPATH/kfctl_install.sh"
24+
echo

0 commit comments

Comments
 (0)