-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
backlogPull requests/issues that are backlog itemsPull requests/issues that are backlog itemsproposalAn issue that proposes a feature requestAn issue that proposes a feature request
Milestone
Description
Is your feature request related to a problem? Please describe.
I would like to automate the creation of VirtualServer, VirtualServerRoute, TransportServer and Ingress resources for use in our Upgrade Testing process
Describe the solution you'd like
A single script that will deploy the mentioned resources with different host names
Describe alternatives you've considered
Bash script for deployment
Python script for deployment
Additional context
Local development branch test/upgrade-automation
This branch committed updates to the below example deployment files in preparation for automation:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: examples/custom-resources/basic-configuration/cafe-secret.yaml
modified: examples/custom-resources/basic-configuration/cafe-virtual-server.yaml
modified: examples/custom-resources/basic-tcp-udp/transport-server-tcp.yaml
modified: examples/custom-resources/cross-namespace-configuration/cafe-secret.yaml
modified: examples/custom-resources/cross-namespace-configuration/cafe-virtual-server.yaml
modified: examples/custom-resources/cross-namespace-configuration/coffee-virtual-server-route.yaml
modified: examples/custom-resources/cross-namespace-configuration/tea-virtual-server-route.yaml
modified: examples/ingress-resources/complete-example/cafe-ingress.yaml
modified: examples/ingress-resources/complete-example/cafe-secret.yaml
### Tasks
- [ ] Automatio creation of unique VS, VRS, TS and Ingress resources
Metadata
Metadata
Labels
backlogPull requests/issues that are backlog itemsPull requests/issues that are backlog itemsproposalAn issue that proposes a feature requestAn issue that proposes a feature request