Skip to content

Commit

Permalink
feat: Support non-default cluster domain (#510)
Browse files Browse the repository at this point in the history
* adapt to op-rs 0.79

* adapt changelog

* cargo +nightly update --breaking -Z unstable-options

* fix whitespace

* bump to op-rs 0.80.0

* clippy

* Actually parse CLI args in krb5-provision-keytab

* lockfiles

* fix: Always set --kubernetes-cluster-domain when calling stackable-krb5-provision-keytab"

* fix args passing

* Put ClusterInfo in PodInfo

Co-authored-by: Natalie Klestrup Röijezon <[email protected]>

* Migrate from operator-rs client to kube client

Co-authored-by: Natalie Klestrup Röijezon <[email protected]>

* Set field_manager for patch

---------

Co-authored-by: Sebastian Bernauer <[email protected]>
Co-authored-by: Sebastian Bernauer <[email protected]>
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
  • Loading branch information
4 people authored Oct 24, 2024
1 parent acf282a commit 50a6e89
Show file tree
Hide file tree
Showing 13 changed files with 560 additions and 291 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file.
- Active Directory's `samAccountName` generation can now be customized ([#454]).
- Added experimental cert-manager backend ([#482]).
- Make RSA key length configurable ([#506]).
- The operator can now run on Kubernetes clusters using a non-default cluster domain.
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain` ([#510]).

### Changed

Expand All @@ -31,6 +33,7 @@ All notable changes to this project will be documented in this file.
[#497]: https://github.com/stackabletech/secret-operator/pull/497
[#505]: https://github.com/stackabletech/secret-operator/pull/505
[#506]: https://github.com/stackabletech/secret-operator/pull/506
[#510]: https://github.com/stackabletech/secret-operator/pull/510

## [24.7.0] - 2024-07-24

Expand Down
Loading

0 comments on commit 50a6e89

Please sign in to comment.