Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmwylie19/go-server-v1
https://github.com/cmwylie19/go-server-v1
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmwylie19/go-server-v1
- Owner: cmwylie19
- Created: 2021-03-10T14:59:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T12:41:07.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T04:25:29.019Z (6 months ago)
- Language: Go
- Size: 2.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-server-v1
## Generate Manifests for demo profile of istio operator
```
istioctl manifest generate --set profile=demo --set vlues.gateways.istio-ingressgateway.sds.enabled=true > generated-manifest-demo-profile.yaml
```## Istio profile dump
```
istioctl profile dump demo > profile_demo_config.yaml
```