Dario Tranchitella
60ab33337d
feat: enforcement of LoadBalancer service kind
2021-08-17 17:21:59 +02:00
Adriano Pezzuto
225d671301
Fix PriorityClasses description in CRD ( #389 )
...
* fix(kustomize): update the PriorityClasses description in CRD
* fix(helm): update the PriorityClasses description in CRD
Co-authored-by: Dario Tranchitella <dario@tranchitella.eu >
2021-08-17 15:19:10 +02:00
bsctl
7538926bae
docs: update README for v1beta1
2021-08-17 14:58:56 +02:00
bsctl
0de0eca72a
fix(gh): upgrade release version
2021-08-17 11:25:08 +02:00
bsctl
d5a702ceae
fix(hack): add signerName to CSR
2021-08-17 11:25:08 +02:00
Dario Tranchitella
a2fda44110
fix: NewIngressHostnameCollision is returning pointer for error parsing
v0.1.0-rc6
2021-08-12 19:30:27 +02:00
Dario Tranchitella
06330cf992
fix: example was wrong due to missing porting of NamespaceOptions
2021-08-12 19:30:27 +02:00
Dario Tranchitella
1ec9936158
docs: hostname collision is now managed at Tenant level
2021-08-12 19:30:27 +02:00
Dario Tranchitella
694b519af8
build(helm): hostname collision is now managed at Tenant level
2021-08-12 19:30:27 +02:00
Dario Tranchitella
0b34f04291
build(helm): removing deprecated collision values
2021-08-12 19:30:27 +02:00
Dario Tranchitella
a702ef2af2
docs(helm): deprecating hostname collision
2021-08-12 19:30:27 +02:00
Dario Tranchitella
04d91af9f5
build(kustomize): hostname collision is now managed at Tenant level
2021-08-12 19:30:27 +02:00
Dario Tranchitella
8949be7497
test(e2e): scoped Ingress hostname and path collision
2021-08-12 19:30:27 +02:00
Dario Tranchitella
df08c9e63e
refactor: hostname collision is now managed at Tenant level
2021-08-12 19:30:27 +02:00
Dario Tranchitella
07daffd669
build(helm): Ingress hostname collision scope at Tenant level
2021-08-12 19:30:27 +02:00
Dario Tranchitella
3a42b90221
build(kustomize): Ingress hostname collision scope at Tenant level
2021-08-12 19:30:27 +02:00
Dario Tranchitella
09277e9f3d
feat: Ingress hostname collision scope at Tenant level
2021-08-12 19:30:27 +02:00
Dario Tranchitella
47794c0cf8
style: no need of nolint here
2021-08-12 19:30:27 +02:00
Dario Tranchitella
e24394f329
refactor: avoiding init functions for direct registration
2021-08-12 19:30:27 +02:00
Dario Tranchitella
01053d5deb
refactor: renaming struct field names for allowed hostnames and classes
2021-08-12 19:30:27 +02:00
Dario Tranchitella
b749e34547
refactor: grouping Ingress options into defined struct
2021-08-12 19:30:27 +02:00
bsctl
82480f3afd
docs: fix minor issues
2021-08-11 09:38:41 +02:00
bsctl
88a9c242a4
docs: update links in documentation
2021-08-11 09:38:41 +02:00
bsctl
651c62ff4a
docs: add further test cases
2021-08-11 09:38:41 +02:00
bsctl
dcb8b784d5
docs: additional test cases
2021-08-11 09:38:41 +02:00
bsctl
7a698633d7
docs: additional test cases
2021-08-11 09:38:41 +02:00
bsctl
894ea5016b
docs: add few test cases
2021-08-11 09:38:41 +02:00
Dario Tranchitella
e4e3283b90
build(helm): Tenant status enums must be capitalized
2021-08-11 07:28:53 +02:00
Dario Tranchitella
007f0083c2
build(kustomize): Tenant status enums must be capitalized
2021-08-11 07:28:53 +02:00
Dario Tranchitella
bc6fc920d3
fix: Tenant status enums must be capitalized
2021-08-11 07:28:53 +02:00
Dario Tranchitella
01b511b509
test(e2e): fixing flakiness for Service and EP metadata
2021-08-10 15:39:43 +02:00
Dario Tranchitella
6223b1c297
chore(github): forcing Go 1.16 and removing caching
2021-08-10 15:39:43 +02:00
Dario Tranchitella
d5158f06be
chore(github): updating Kubernetes supported matrix
2021-08-10 15:39:43 +02:00
Dario Tranchitella
047f4a0ff7
build(helm): aligning descriptions for v1.22.0
2021-08-10 15:39:43 +02:00
Dario Tranchitella
71cdb45925
build(kustomize): aligning descriptions for v1.22.0
2021-08-10 15:39:43 +02:00
Dario Tranchitella
9182895811
refactor:EndpointSlice v1beta1 deprecated for v1
2021-08-10 15:39:43 +02:00
Dario Tranchitella
2eceb0935a
chore(gomod): updating Kubernetes deps to 1.22
2021-08-10 15:39:43 +02:00
Dario Tranchitella
8ead555743
docs: reference to admissionregistration.k8s.io/v1 for local debugging
...
Starting from Kubernetes v1.22+, admissionregistration.k8s.io/v1beta1 is
deprecated and an alignement of the docs referring to outdated APIs has
been put in place.
2021-08-10 15:39:43 +02:00
Dario Tranchitella
57bf3d1c1b
feat: skipping Ingress indexer setup for deprecated APIs
...
Starting from Kubernetes v1.22+, networking.k8s.io/v1beta1 and
extensions/v1beta1 are no more supported and indexers must not be
started, otherwise the manager would panic.
2021-08-10 15:39:43 +02:00
Dario Tranchitella
bb58e90f5d
test(e2e): skipping ingress class tests if running on Kubernetes 1.22
2021-08-10 15:39:43 +02:00
Dario Tranchitella
f8fa87a998
chore(hack)!: upgrading to certificates.k8s.io/v1
...
Kubernetes 1.22 dropped support for certificates.k8s.io/v1beta1, v1
version has been provided since 1.19 and this must be considered as a
breaking change for users using this hack script for older versions.
2021-08-10 15:39:43 +02:00
Maxim Fedotov
b3658b7bfc
refactor AdditionalMetadataSpec struct. Remove Additional prefix from labels and annotations fields ( #379 )
...
* refactor: remove 'Additional' prefix from Labels and Annotations fields in AdditionalMetadataSpec
* test(e2e): aligning tests to use updated AdditionalMetadataSpec structure
* build(kustomize): CRD update for updated v1beta1 AdditionalMetadataSpec
* build(helm): CRD update for updated v1beta1 AdditionalMetadataSpec
* build(installer): CRD update for updated v1beta1 AdditionalMetadataSpec
Co-authored-by: Maksim Fedotov <m_fedotov@wargaming.net >
2021-08-10 12:11:16 +03:00
Maksim Fedotov
54d0201161
test(e2e): fix linting issues for NamespaceOptions tests
2021-08-09 20:25:03 +02:00
Maksim Fedotov
44ffe0ddf5
build(installer): CRD update for v1beta1 NamespaceOptions
2021-08-09 20:25:03 +02:00
Maksim Fedotov
491ab71842
build(helm): CRD update for v1beta1 NamespaceOptions
2021-08-09 20:25:03 +02:00
Maksim Fedotov
4e9dbf8690
build(kustomize): CRD update for v1beta1 NamespaceOptions
2021-08-09 20:25:03 +02:00
Maksim Fedotov
34614015a0
test(e2e): aligning tests to use new NamespaceOptions structure
2021-08-09 20:25:03 +02:00
Maksim Fedotov
737fb26e39
refactor: use NamespaceOptions struct to store namespace-related tenant configurations
2021-08-09 20:25:03 +02:00
Pietro Terrizzi
b56015922f
chore(gh): using build-args
2021-08-09 11:53:43 +02:00
Maxim Fedotov
ddb9ffd79e
refactor: split tenant controller to separate files
...
Co-authored-by: Maksim Fedotov <m_fedotov@wargaming.net >
2021-08-07 21:37:48 +02:00