- 29 Mar, 2022 2 commits
-
-
Jack Henschel authored
Check if LanDB alias is present before inserting/removing See merge request !17
-
Jack Henschel authored
We previously relied on the fact that the LanDB SOAP API complains whenever we try to insert an Alias that is already present (and vice versa for removal). Since the reconciliation period of the operator is 5 minutes, this would occur every 5 minutes for each DelegatedDomainAlias resources. On PaaS we currently have around 30 DDAs, which amounts to 360 "failed" API calls per hour. In fact, we have received friendly complaints about this behavior from the LanDB team: INC3094866 Thus, we now check if a LanDB Alias already exists for a Domain before attempting to add / remove it.
-
- 03 Feb, 2022 1 commit
-
-
Jack Henschel authored
Previously, $NS_FILTER would be one argument, like this: > oc get services "-n openshift-ingress" ... which doesn't work, because "-n" and "openshift-ingress" need to be separate arguments. Thus, we mustn't use quotes in this case.
-
- 24 Jan, 2022 2 commits
-
-
Jack Henschel authored
-
Jack Henschel authored
Required for OKD 4.9 upgrade
-
- 10 Nov, 2021 6 commits
-
-
Jack Henschel authored
Add support for load balancers and upgrade CRDs to v1 See merge request !16
-
Jack Henschel authored
Otherwise failures in the operator are really hard to debug
-
Jack Henschel authored
The apiextensions.k8s.io/v1beta1 API version of CustomResourceDefinition is no longer served as of v1.22. Converted according to: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122 Validated with: `oc apply --dry-run=server -f crd.yaml`
-
Jack Henschel authored
we are using the Helm chart for deployment
-
Jack Henschel authored
required for https://gitlab.cern.ch/webservices/webframeworks-planning/-/issues/638
-
- 14 Sep, 2021 1 commit
-
-
Joao Esteves Marcal authored
Added view role for PaaS users on DelegatedDomainAlias See merge request !15
-
- 07 Sep, 2021 2 commits
-
-
Joao Esteves Marcal authored
-
Joao Esteves Marcal authored
-
- 22 Apr, 2021 2 commits
-
-
Alexandre Lossent authored
Return json for set-get-info command See merge request !14
-
Michal Kolodziejski authored
-
- 16 Apr, 2021 6 commits
-
-
Joao Esteves Marcal authored
No test master See merge request !13
-
To avoid duplicate pipelines
-
Joao Esteves Marcal authored
Don't run tests on master branch See merge request !12
-
-
Alexandre Lossent authored
Return JSON to make it easier to parse See merge request !11
-
-
- 28 Sep, 2020 2 commits
-
-
Alexandre Lossent authored
Added ownership for Sets, refactored Python added basic tests using operator-ci Closes #4 See merge request !9
-
-
- 24 Sep, 2020 1 commit
-
-
Joao Esteves Marcal authored
Fix RBAC for leader election See merge request !10
-
- 23 Sep, 2020 1 commit
-
-
Alexandre Lossent authored
-
- 07 Sep, 2020 5 commits
-
-
Joao Esteves Marcal authored
Revert "Merge branch 'ownership' into 'master'" See merge request !8
-
Joao Esteves Marcal authored
This reverts merge request !7
-
Joao Esteves Marcal authored
Refactored python script and implemented Set ownership See merge request !7
-
Joao Esteves Marcal authored
-
Joao Esteves Marcal authored
-
- 06 Aug, 2020 2 commits
-
-
Joao Esteves Marcal authored
Implemented ownership of delegated domains See merge request !5
-
Joao Esteves Marcal authored
-
- 30 Jul, 2020 3 commits
-
-
Alexandre Lossent authored
Resolve "Document how to manually delete LanDB resources" Closes #2 See merge request !4
-
Joao Esteves Marcal authored
-
Joao Esteves Marcal authored
-
- 23 Jun, 2020 2 commits
-
-
Alexandre Lossent authored
Moved CR creation to helm chart See merge request !3
-
-
- 22 Jun, 2020 2 commits
-
-
Alexandre Lossent authored
Helm chart now supports watchNamespace Closes #1 See merge request !2
-
-