This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/platform: introduce PostApplyHook interface
To address issue with AKS having delayed creation of default StorageClass, which affects installing components which depend on the storage, this commit introduces PlatformPostApplyHook interface interface, which platforms will be able to implement to obtain kubeconfig file content after cluster is installed to run their own sanity checks. In case of AKS, hook will be looping an waiting until the default storage class appears on the cluster. Refs #855 Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
- Loading branch information