-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update EKS Ingress and Instructions (#825)
* Update EKS Ingress and Instructions Signed-off-by: Haytham Abuelfutuh <[email protected]> * Move alb ingress to addons Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update k8s version used in KinD Signed-off-by: Haytham Abuelfutuh <[email protected]> * delete unused file Signed-off-by: Haytham Abuelfutuh <[email protected]> * PR Comments Signed-off-by: Haytham Abuelfutuh <[email protected]> * comments Signed-off-by: Haytham Abuelfutuh <[email protected]>
- Loading branch information
Showing
19 changed files
with
892 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,23 +2,25 @@ name: tests | |
on: | ||
push: | ||
branches: | ||
- master | ||
- master | ||
pull_request: | ||
jobs: | ||
end-to-end: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Kustomize and diff | ||
run: DELTA_CHECK=true make kustomize | ||
- uses: engineerd/[email protected] | ||
- name: End2End | ||
env: | ||
DOCKER_USERNAME: ${{ github.actor }} | ||
DOCKER_PASSWORD: "${{ secrets.GITHUB_TOKEN }}" | ||
run: | | ||
kubectl cluster-info | ||
kubectl get pods -n kube-system | ||
echo "current-context:" $(kubectl config current-context) | ||
echo "environment-kubeconfig:" ${KUBECONFIG} | ||
make end2end_execute | ||
- uses: actions/checkout@v1 | ||
- name: Kustomize and diff | ||
run: DELTA_CHECK=true make kustomize | ||
- uses: engineerd/[email protected] | ||
with: | ||
version: "v0.10.0" | ||
- name: End2End | ||
env: | ||
DOCKER_USERNAME: ${{ github.actor }} | ||
DOCKER_PASSWORD: "${{ secrets.GITHUB_TOKEN }}" | ||
run: | | ||
kubectl cluster-info | ||
kubectl get pods -n kube-system | ||
echo "current-context:" $(kubectl config current-context) | ||
echo "environment-kubeconfig:" ${KUBECONFIG} | ||
make end2end_execute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.