No description
  • Go 93.5%
  • Shell 2.9%
  • Makefile 1.9%
  • Smarty 1.3%
  • Dockerfile 0.4%
Find a file
dependabot[bot] 246581dd31
chore(deps): bump github.com/ironcore-dev/vgopath from 0.1.6 to 0.1.7 (#689)
Bumps [github.com/ironcore-dev/vgopath](https://github.com/ironcore-dev/vgopath) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/ironcore-dev/vgopath/releases)
- [Commits](https://github.com/ironcore-dev/vgopath/compare/v0.1.6...v0.1.7)

---
updated-dependencies:
- dependency-name: github.com/ironcore-dev/vgopath
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-10 08:57:08 +01:00
.github chore(deps): bump fsfe/reuse-action from 4 to 5 (#662) 2024-11-18 08:47:56 +01:00
.reuse Add missing files to RESUE configuration (#469) 2024-01-24 08:55:13 +01:00
charts Add NamespacedCloudProfile support to Shoot validation. (#636) 2024-10-14 09:42:49 +02:00
cmd Update to github.com/gardener/gardener@v1.101.0 (#605) 2024-09-25 13:22:04 +02:00
docs Add NamespacedCloudProfile support to Shoot validation. (#636) 2024-10-14 09:42:49 +02:00
example Bump gardener to v0.110 and k8s.io/* deps to v0.31 (#686) 2025-01-20 13:21:06 +01:00
hack Bump gardener to v0.110 and k8s.io/* deps to v0.31 (#686) 2025-01-20 13:21:06 +01:00
imagevector Prepare v0.3.6 release (#683) 2025-01-17 14:53:12 +01:00
LICENSES Make project REUSE compliant (#433) 2023-12-12 14:33:28 +01:00
pkg update bastion controller utils.go to fetch IP and VIP from Machine.Status.NetworkInterfaceStatus (#687) 2025-02-10 08:56:20 +01:00
test Add support for Gardener >= 1.84.x and refactor Makefile (#435) 2024-01-22 11:05:22 +01:00
.dockerignore Add support for Gardener >= 1.84.x and refactor Makefile (#435) 2024-01-22 11:05:22 +01:00
.gitignore Add support for Gardener >= 1.84.x and refactor Makefile (#435) 2024-01-22 11:05:22 +01:00
.golangci.yaml Use ginkgolinter (#410) 2023-11-14 16:17:12 +01:00
CODE_OF_CONDUCT.md Refactor and rename project to gardener-extension-provider-ironcore (#426) 2023-11-30 11:55:17 +01:00
CODEOWNERS Refactor and rename project to gardener-extension-provider-ironcore (#426) 2023-11-30 11:55:17 +01:00
Dockerfile chore(deps): bump golang from 1.23.5 to 1.23.6 (#693) 2025-02-10 08:53:55 +01:00
go.mod chore(deps): bump github.com/ironcore-dev/vgopath from 0.1.6 to 0.1.7 (#689) 2025-02-10 08:57:08 +01:00
go.sum chore(deps): bump github.com/ironcore-dev/vgopath from 0.1.6 to 0.1.7 (#689) 2025-02-10 08:57:08 +01:00
LICENSE Initial commit 2022-12-09 16:12:48 +01:00
Makefile Bump gardener to v0.110 and k8s.io/* deps to v0.31 (#686) 2025-01-20 13:21:06 +01:00
README.md Make project REUSE compliant (#433) 2023-12-12 14:33:28 +01:00
VERSION Prepare v0.3.6 release (#683) 2025-01-17 14:53:12 +01:00

Gardener Extension for IronCore provider

REUSE status Go Report Card GitHub License PRs Welcome

Project Gardener implements the automated management and operation of Kubernetes clusters as a service. Its main principle is to leverage Kubernetes concepts for all of its tasks.

Recently, most of the vendor specific logic has been developed in-tree. However, the project has grown to a size where it is very hard to extend, maintain, and test. With GEP-1 we have proposed how the architecture can be changed in a way to support external controllers that contain their very own vendor specifics. This way, we can keep Gardener core clean and independent.

This controller implements Gardener's extension contract for the IronCore provider.

An example for a ControllerRegistration resource that can be used to register this controller to Gardener can be found here.

Please find more information regarding the extensibility concepts and a detailed proposal here.

Supported Kubernetes versions

This extension controller supports the following Kubernetes versions:

Version Support Conformance test results
Kubernetes 1.26 1.26.0+ N/A

Please take a look here to see which versions are supported by Gardener in general.


How to start using or developing this extension controller locally

You can run the controller locally on your machine by executing make start.

Static code checks and tests can be executed by running make verify. We are using Go modules for Golang package dependency management and Ginkgo/Gomega for testing.

Feedback and Support

Feedback and contributions are always welcome. Please report bugs or suggestions as GitHub issues or join our Slack channel #gardener (please invite yourself to the Kubernetes workspace here).

Learn more!

Please find further resources about out project here: