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

Integrate AD to Azure kubernetes cluster #203

Open
Naresh240 opened this issue Aug 24, 2022 · 0 comments
Open

Integrate AD to Azure kubernetes cluster #203

Naresh240 opened this issue Aug 24, 2022 · 0 comments
Labels
bug Something isn't working

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 bug Something isn't working label Aug 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant