You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I have provide below details to create a cluster
crd
base:
apiVersion: containerservice.azure.jet.crossplane.io/v1alpha2
kind: KubernetesCluster
spec:
forProvider:
enableAutoScaling: true
resourceGroupNameSelector:
matchControllerRef: true
vnetSubnetIDSelector:
matchControllerRef: true
defaultNodePool:
- name: default
enableNodePublicIp: false
vmSize: "Standard_B2s"
nodeCount: 1
dnsPrefix: "testaks"
roleBasedAccessControl:
- enabled: true
azureActiveDirectory:
- azureRbacEnabled: true
managed: true
adminGroupObjectIds:
- aaf8a60f-6ad0-4ba1-abcd-1a42d588ccbe
identity:
- type: "SystemAssigned"
# enablePrivateCluster: true
tags:
purpose: example
providerConfigRef:
name: azure-jet-provider-config
with I am able to creating cluster but, unable to create objects under this cluster, it shows below error for me
Please help me to resolve this issue, thanks in advance
The text was updated successfully, but these errors were encountered: