Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lwnmengjing/eks-istio-action
eks-istio-action
https://github.com/lwnmengjing/eks-istio-action
Last synced: about 1 month ago
JSON representation
eks-istio-action
- Host: GitHub
- URL: https://github.com/lwnmengjing/eks-istio-action
- Owner: lwnmengjing
- Created: 2021-09-29T01:15:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T09:15:19.000Z (over 3 years ago)
- Last Synced: 2024-11-12T10:41:59.991Z (3 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
eks-istio-operator-action
=============
Interacts with kubernetes clusters on eks by `istio` commands.## Usage
### EKS Example
```yml
name: Deployon:
push:
branches:
- developenv:
DOCKER_IMAGE: docker_image
DOCKER_TAG: latest
K8S_NAMESPACE: dev_namespace
K8S_DEPLOYMENT: dev_deployment
AWS_REGION: ap-northeast-2
EKS_CLUSTER_NAME: dev_cluster
ISTIO_VERSION: 1.11.3jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2- name: Deploy
uses: lwnmengjing/[email protected]
env:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: $AWS_REGION
cluster_name: $EKS_CLUSTER_NAME
istio_version: $ISTIO_VERSION
with:
args: |
istioctl install --set profile=demo