mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-25 22:29:26 +08:00
enable fleet cluster deployment (#356)
* added fleet exception to rollout cmd * removed fleet check for rollout * modified casing * modified approach for fleet check * tidying up * defaulting to Microsoft.ContainerService/managedClusters * ran prettier command * modified manifest stablity check * ran prettier check * moved lowercase check to beginning --------- Co-authored-by: audrastump <stumpaudra@microsoft.com>
This commit is contained in:
@@ -138,9 +138,14 @@ function appendStableVersionLabelToResource(files: string[]): string[] {
|
||||
|
||||
export async function checkManifestStability(
|
||||
kubectl: Kubectl,
|
||||
resources: Resource[]
|
||||
resources: Resource[],
|
||||
resourceType: string
|
||||
): Promise<void> {
|
||||
await KubernetesManifestUtility.checkManifestStability(kubectl, resources)
|
||||
await KubernetesManifestUtility.checkManifestStability(
|
||||
kubectl,
|
||||
resources,
|
||||
resourceType
|
||||
)
|
||||
}
|
||||
|
||||
export async function annotateAndLabelResources(
|
||||
|
||||
Reference in New Issue
Block a user