You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* start gg controller from setup syncer
* use same helmignore values, deleted unused file
* copy helm templates over
* debug
* auto-provision
* run codegen
* comment out v2 install/uninstall
* gloo-gateway: re-use ControlPlane server and cache (#9166)
* First pass at re-uusing xds cache
* scale down glood
* fix connection with control plane
* update NodeHash impelentations
* fix test
* update log line
---------
Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
* add a changelog
* unit tests for AggregateNodeHash
* comment out
* add comment about alpha api
* add desc
* deployer: fix compile errors'
* clean up old xds code
* protect against npe
* fix lint errors
* deployer_test: simplify assertion
* remove v2 glooctl check
* boostrap: support turning on/off the k8s gateway controller
* fmt
* fix comment
* control feature by env variable, turn off for all existing tests
* disable gateway2 in helm tests for now
* add gg crds
* remove gw crds from chart
* apply crds in setup-kind
* re-enable EnableK8sGatewayController
* conformance test script
* Revert "re-enable EnableK8sGatewayController"
This reverts commit f41133b.
* use values file
* create ns
* try with prefixes
* only delete own snapshots
* try to re-enable gg
* Revert "try to re-enable gg"
This reverts commit b1f005c.
* [DNM] Helm and other merge cleanup (#9171)
* remove extra options
* remove readyz
* use same context
* Revert "use same context"
This reverts commit 71f6801.
* revert changes
* check err
* controlplane: remove unused helm templates, values, helper functions, use gloo serviceaccount
* delete unused deployer templates
* remove controlPlane helpers
* use right service account name
---------
Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
* clean up helm values and scripts
* delete gateway2 cmd
* remove glood check
* re-enable gg in most tests
* get translator name from proxy
* enable experimental k8s controller in gloo kube2e tests
* Add kubeutils for port-fowarding, not yet used
* enable experimental k8s controller in kube2e tests
* fix typo in env.go
* create StartFunc concept
* cleanup gw controller
* remove extra logs
* fall back to GE, add port back to logs
* Revert "fall back to GE, add port back to logs"
This reverts commit f4e1f59.
* Revert "get translator name from proxy"
This reverts commit 16c7d76.
* add back log, use existing const
* enable experimental k8s controller ALL kube2e tests
* goimports
* undo local change for gloo kube tests
* cleanup
* casing
* cleanup controller code
* add changelog
* fix builder
* small cleanup
* fix func signature
* undo context changes
* move contants to controller package
* move to the builder pattern entirely
* define constants externally, try to avoid import cycle
* pass context explicitly
* goimports
* improve logging in start_func
* log at end of ExecuteAsynchronousStartFuncs
* add log line at end of RunGloo
* remove kubeutils - dead code
* prefer property object over builder pattern
---------
Co-authored-by: Jenny Shu <[email protected]>
Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: npolshakova <[email protected]>
Co-authored-by: Jenny Shu <[email protected]>
0 commit comments