-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split dnsupdate into provider pattern #255
Comments
kuritka
added a commit
that referenced
this issue
Jan 14, 2021
This is first of PR - move Dig to utils - move prettyPrint to utils and rename to `ToJSON()` - cover `ToJSON()` by tests - move environment variable `POD_NAMESPACE` to `depresolver` - extend depresolver tests - extend depresolver validators for namespace validator - Extract Prometheus metrics into standalone module - Extend prometheus metrics - Fix controller tests - remove dead registry/k3s.yaml file (pushed by mistake) TODO: - dnsupdate refactor to provider pattern in next PR - fianally, some of utils will go into [gopkg](https://github.com/AbsaOSS/gopkg) - IMetrics introduction (#124)
kuritka
added a commit
that referenced
this issue
Jan 14, 2021
This is first of PR - move Dig to utils - move prettyPrint to utils and rename to `ToJSON()` - cover `ToJSON()` by tests - move environment variable `POD_NAMESPACE` to `depresolver` - extend depresolver tests - extend depresolver validators for namespace validator - Extract Prometheus metrics into standalone module - Extend prometheus metrics - Fix controller tests - remove dead registry/k3s.yaml file (pushed by mistake) TODO: - dnsupdate refactor to provider pattern in next PR - fianally, some of utils will go into [gopkg](https://github.com/AbsaOSS/gopkg) - IMetrics introduction (#124)
kuritka
added a commit
that referenced
this issue
Jan 14, 2021
This is first of PR - move Dig to utils - move prettyPrint to utils and rename to `ToJSON()` - cover `ToJSON()` by tests - move environment variable `POD_NAMESPACE` to `depresolver` - extend depresolver tests - extend depresolver validators for namespace validator - Extract Prometheus metrics into standalone module - Extend prometheus metrics - Fix controller tests - remove dead registry/k3s.yaml file (pushed by mistake) TODO: - dnsupdate refactor to provider pattern in next PR - fianally, some of utils will go into [gopkg](https://github.com/AbsaOSS/gopkg) - IMetrics introduction (#124)
kuritka
added a commit
that referenced
this issue
Jan 15, 2021
This is first of PR - move Dig to utils - move prettyPrint to utils and rename to `ToJSON()` - cover `ToJSON()` by tests - move environment variable `POD_NAMESPACE` to `depresolver` - extend depresolver tests - extend depresolver validators for namespace validator - Extract Prometheus metrics into standalone module - Extend prometheus metrics - Fix controller tests - remove dead registry/k3s.yaml file (pushed by mistake) TODO: - dnsupdate refactor to provider pattern in next PR - fianally, some of utils will go into [gopkg](https://github.com/AbsaOSS/gopkg) - IMetrics introduction (#124)
kuritka
added a commit
that referenced
this issue
Jan 15, 2021
This is first of PR - move environment variable `POD_NAMESPACE` to `depresolver` - extend depresolver tests - extend depresolver validators for namespace validator - Extract Prometheus metrics into standalone module - Extend prometheus metrics - Fix controller tests - remove dead registry/k3s.yaml file (pushed by mistake) TODO: - dnsupdate refactor to provider pattern in next PR - fianally, some of utils will go into [gopkg](https://github.com/AbsaOSS/gopkg) - IMetrics introduction (#124)
kuritka
added a commit
that referenced
this issue
Jan 15, 2021
This is first of PR - move environment variable `POD_NAMESPACE` to `depresolver` - extend depresolver tests - extend depresolver validators for namespace validator - Extract Prometheus metrics into standalone module - Extend prometheus metrics - Fix controller tests - remove dead registry/k3s.yaml file (pushed by mistake) TODO: - dnsupdate refactor to provider pattern in next PR - fianally, some of utils will go into [gopkg](https://github.com/AbsaOSS/gopkg) - IMetrics introduction (#124)
Merged
kuritka
added a commit
that referenced
this issue
Feb 1, 2021
Infoblox admin complains that tremendous amount of requests is killing his poor Infoblox UI. Within Infoblox connection I found two other properties, which can be parametrised: - HTTPPoolConnections - HTTPRequestTimeout For that purpose I made following steps: - update infoblox connection within infoblox provider - introduce new variables to `depresolver` with default values - update depresolver tests - update controller tests - introduce new variables in `operator.yaml` - `infoblox-cm.yaml` and `values.yaml` (demonstrative purpose, the default values can be injected by `depresolver`)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dnsupdate
utility
intoAbsaOSS/gopg
The text was updated successfully, but these errors were encountered: