You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,9 @@ This module has been packaged with [awspec](https://github.com/k1LoW/awspec) tes
47
47
3. Ensure your AWS environment is configured (i.e. credentials and region) for test.
48
48
4. Test using `bundle exec kitchen test` from the root of the repo.
49
49
50
+
For now, connectivity to the kubernetes cluster is not tested but will be in the future.
51
+
To test your kubectl connection manually, see the [eks_test_fixture README](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/eks_test_fixture/README.md).
52
+
50
53
## Doc generation
51
54
52
55
Documentation should be modified within `main.tf` and generated using [terraform-docs](https://github.com/segmentio/terraform-docs).
Copy file name to clipboardExpand all lines: examples/eks_test_fixture/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ This set of templates serves a few purposes. It:
6
6
2. serves as the test infrastructure for CI on the project.
7
7
3. provides a simple way to play with the Kubernetes cluster you create.
8
8
9
+
## testing with kubectl
10
+
11
+
Once converged, `kubeconfig` and `config-map-aws-auth.yml` should be in this directory.
12
+
Ensure you have a recent version of `kubectl` on your PATH ([instructions here](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl))
Copy file name to clipboardExpand all lines: main.tf
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@
48
48
* 3. Ensure your AWS environment is configured (i.e. credentials and region) for test.
49
49
* 4. Test using `bundle exec kitchen test` from the root of the repo.
50
50
51
+
For now, connectivity to the kubernetes cluster is not tested but will be in the future.
52
+
To test your kubectl connection manually, see the [eks_test_fixture README](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/eks_test_fixture/README.md).
53
+
51
54
* ## Doc generation
52
55
53
56
* Documentation should be modified within `main.tf` and generated using [terraform-docs](https://github.com/segmentio/terraform-docs).
0 commit comments