-
Notifications
You must be signed in to change notification settings - Fork 107
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
Ability do deploy Istio #1925
Ability do deploy Istio #1925
Conversation
rpudlowski93
commented
Dec 18, 2020
•
edited
Loading
edited
- Ability to deploy Istio ( control plane + ingress gateway ) using Istio operator
- Tested using example application from official istio documentation
- Possible to deploy istio in offline mode
- Istio implemented in application role
- Dockerfile updated of istioctl binaries (istio version based on istioctl version)
- Documentations updated (components list, how to, changelog)
core/src/epicli/data/common/defaults/configuration/applications.yml
Outdated
Show resolved
Hide resolved
...mmon/ansible/playbooks/roles/applications/tasks/applications/istio/deploy-istio-operator.yml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
/azp run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have met issue during installation @rhel. Seems like package is unavailable: istio/proxyv2:1.8.1
@ar3ndt when exactly was that? On Wednesday I was able to install Istio on all environments ( |
...mmon/ansible/playbooks/roles/applications/tasks/applications/istio/deploy-istio-operator.yml
Outdated
Show resolved
Hide resolved
...mmon/ansible/playbooks/roles/applications/tasks/applications/istio/deploy-istio-operator.yml
Outdated
Show resolved
Hide resolved
Im doing it again - hopefully it was temporary docker hub issue. |
it is fine now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍