Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue: issues/195 and issues/200 #225

Merged
merged 35 commits into from
Oct 20, 2022
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7eb57f1
init
sub2zero Oct 6, 2022
f29cd01
add nginx
sub2zero Oct 6, 2022
95d069f
linter fix "deep_check" is not expected here
sub2zero Oct 6, 2022
8526b09
еуые мукышщт гзвфеу
sub2zero Oct 6, 2022
7ed3063
add example
sub2zero Oct 6, 2022
8cc7145
deploy external-secrets module
sub2zero Oct 7, 2022
0a22502
remove hardcoded
sub2zero Oct 11, 2022
3bf8cc6
chnage repo url
sub2zero Oct 11, 2022
ad7fd8b
revert back
sub2zero Oct 11, 2022
97f232c
try 0.5.9 version of exteranl _secrerts
sub2zero Oct 11, 2022
4836bd9
change repo
sub2zero Oct 11, 2022
868c687
fix for ${chart_repo}
sub2zero Oct 11, 2022
aa97d7d
change repo
sub2zero Oct 11, 2022
6e125fa
ver 0.6.0
sub2zero Oct 11, 2022
2a21f66
change podSecurityContext
sub2zero Oct 11, 2022
350e577
remove external secrets
sub2zero Oct 12, 2022
5c7acc6
sample test
sub2zero Oct 13, 2022
1525f29
some clean up
sub2zero Oct 17, 2022
6790da1
remove tested
sub2zero Oct 17, 2022
132fff8
add test for infra
sub2zero Oct 17, 2022
b46cfee
срфтпу тфьу ащк еуыеашду
sub2zero Oct 17, 2022
80bcb27
rework for els module insted sak-k8s
sub2zero Oct 18, 2022
2f37e1f
update eks version
sub2zero Oct 18, 2022
a3ef3a2
test
sub2zero Oct 19, 2022
e17db24
remove argo chart
sub2zero Oct 19, 2022
dfbf349
revert argocd chart
sub2zero Oct 19, 2022
08d7299
remove hello
sub2zero Oct 19, 2022
c3ba9e9
revert it
sub2zero Oct 19, 2022
dbb4aca
add some Readme
sub2zero Oct 19, 2022
130be0d
fix linter
sub2zero Oct 19, 2022
14e87a5
fix: update broken tflint workflow
dmiroshnik Oct 19, 2022
063ea79
fix for review
sub2zero Oct 20, 2022
afedd2b
update reamde
sub2zero Oct 20, 2022
e9e492d
Fix some review mentions
sub2zero Oct 20, 2022
85ce3e4
remove personal cluster_name
sub2zero Oct 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions examples/argocd/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# About
That example demonstrates how to configure the EKS cluster with the ArgoCD application. A general idea of the usage of ArgoCD is managing all Kubernetes resources with it. ArgoCD provides us with a way of implementing the GitOps methodology for Kubernetes applications.

## Used modules
- terraform-aws-modules/vpc/aws
- terraform-aws-modules/eks/aws
- github.com/provectus/sak-argocd, curentrul does not work with k8s with 1.22, need to update helm chart
sub2zero marked this conversation as resolved.
Show resolved Hide resolved
## Implementation
First of all, you execute Terraform commands as it were for `common` example (please follow these instructions to understand how to use SAK). At this step, you will generate all required AWS resources such as EC2 instances, EKS cluster, IAM roles, etc. Also, Terraform will generate a few local files with ArgoCD applications.

Expand Down