Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

v0.1.0-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@font font released this 20 Jul 00:10
· 747 commits to master since this release
2dbec10

Changelog

  • Adds admission webhook validations for KubeFedCluster API.
  • metadata.finalizers and metadata.annotations can no longer be set from the template of a federated resource and values for these fields are always retained. JSON patch overrides ensures it is still possible to add or remove entries from these collections.
  • Add support for defaulting KubeFedConfigs using mutating admission webhook.
  • Removed template validation schema from Federated API's to facilitate upgrade scenarios.
  • Add kubefedctl orphaning-deletion command to enable, disable, and check the status of orphaning deletion mode for managed resources upon deletion of federated resource.
  • If a target namespace of federate and all orphaning-deletion commands is not specified, use the namespace from the client kubeconfig context.

Artifacts

kubefedctl, command line tool to join clusters, enable type federation, and convert resources to their federated equivalents

See asset links below for kubefedctl-x.x.x-<os>-<arch>.tgz

Helm chart, to deploy federation as per user guide instructions

See asset link below for kubefed-x.x.x.tgz

Controller-manager image

quay.io/kubernetes-multicluster/kubefed:v0.1.0-rc4

User Guide

User Guide