Как установить Anthos в кластер Autopilot без получения ошибки autogke-csr-limitation?

Я пытаюсь установить Антос. Я делаю это с помощью следующей команды...

      asmcli install -p project -l us-central1 -n earth-615 --managed --verbose --output_dir earth-615 --use_managed_cni --channel Rapid --enable-all

Поэтому я пытаюсь проверить это с помощью

      kubectl describe controlplanerevision asm-managed-rapid -n istio-system

Вроде не получается...

      Status:
  Conditions:
    Last Transition Time:  2022-04-11T21:42:50Z
    Message:               The provisioning process has not completed successfully
    Reason:                NotProvisioned
    Status:                False
    Type:                  Reconciled
    Last Transition Time:  2022-04-11T21:42:50Z
    Message:               Provisioning has finished
    Reason:                ProvisioningFinished
    Status:                True
    Type:                  ProvisioningFinished
    Last Transition Time:  2022-04-11T21:42:50Z
    Message:               An error occurred reconciling CNI & MDP controller
    Reason:                ProvisioningFailed
    Status:                True
    Type:                  Stalled
Events:                    <none>

Я проверяю документы на наличие кода состояния здесь, и я не вижу в этом ожидаемого кода ошибки.

Когда я смотрю на журнал для istio-asm-...под я вижу следующее...

      2022-04-12T12:22:47.328302Z error   retry attempts exceeded when creating csr request csr-workload-wbksbgm8zzp5w8tgx6
Error: failed to create discovery service: failed generating key and cert by kubernetes: unable to submit CSR request (). Error: admission webhook "gkepolicy.common-webhooks.networking.gke.io" denied the request: GKE Policy Controller rejected the request because it violates one or more policies: {"[denied by autogke-csr-limitation]":["CSR 'csr-workload-wbksbgm8zzp5w8tgx6' disallowed in Autopilot."]}
2022-04-12T12:22:47.328580Z error   failed to create discovery service: failed generating key and cert by kubernetes: unable to submit CSR request (). Error: admission webhook "gkepolicy.common-webhooks.networking.gke.io" denied the request: GKE Policy Controller rejected the request because it violates one or more policies: {"[denied by autogke-csr-limitation]":["CSR 'csr-workload-wbksbgm8zzp5w8tgx6' disallowed in Autopilot."]}

Как установить Anthos, не получая autogke-csr-limitationошибка?

0 ответов

Другие вопросы по тегам