Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Azure AD integration with AKS cluster #202

Open
Naresh240 opened this issue Aug 24, 2022 · 1 comment
Open

Azure AD integration with AKS cluster #202

Naresh240 opened this issue Aug 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Naresh240
Copy link

I have provide below details to create a cluster

crd

  • name: aks
    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

image

Please help me to resolve this issue, thanks in advance

@Naresh240 Naresh240 added the enhancement New feature or request label Aug 24, 2022
@Naresh240
Copy link
Author

NA

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant