Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
In diesem Dokument wird beschrieben, wie Sie das Google Cloud CLI installieren, bevor Sie Google Distributed Cloud installieren.
Zur Installation von Google Distributed Cloud benötigen Sie bestimmte Tools aus der gcloud CLI. Führen Sie die folgenden Schritte aus, um die Tools zu installieren und Ihre vorhandene Installation der gcloud CLI zu aktualisieren.
So installieren Sie die gcloud CLI und die zugehörigen Tools:
Wenn Sie bereits eine Version installiert haben, führen Sie den folgenden Befehl aus, um die vorhandenen Komponenten und Versionen aufzulisten:
gcloud components list
Wenn Sie die neueste verfügbare Version haben (latest available version) und sowohl die Komponenten anthos-auth als auch kubectlInstalled sind, können Sie hier aufhören.
Rufen Sie die neuesten Komponenten und Versionen ab:
Führen Sie den folgenden Befehl aus, um die gcloud CLI zu aktualisieren:
gcloud components update
Führen Sie die folgenden Befehle aus, um die Komponenten anthos-auth und kubectl zu installieren:
Installieren, wenn sich Ihre Umgebung hinter einem Proxy befindet
Wenn sich Ihre Umgebung hinter einem Unternehmensproxy oder einer Firewall befindet, kann die gcloud CLI möglicherweise nicht mit den Standardeinstellungen auf das Internet zugreifen.
Informationen zum Installieren der gcloud CLI in dieser Situation finden Sie unter
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-04-29 (UTC)."],[],[],null,["This document shows how to install Google Cloud CLI before you install\nGoogle Distributed Cloud.\n\nTo install Google Distributed Cloud, you need certain tools that are in\ngcloud CLI. Use the following steps to install the\ntooling, including upgrading your existing gcloud CLI installation.\n\nTo install gcloud CLI and related tooling:\n\n1. Install gcloud CLI:\n\n - [Install gcloud CLI](/sdk/docs) but skip the `gcloud init` command.\n\n - If you already have a version installed, run the following command to list\n what components and versions you have:\n\n ```\n gcloud components list\n ```\n\n If you have the `latest available version` and both the `anthos-auth` and\n `kubectl` components are `Installed`, you can stop here.\n2. Retrieve the latest components and versions:\n\n 1. Run the following command to update gcloud CLI:\n\n ```\n gcloud components update\n ```\n 2. To install the `anthos-auth` and `kubectl`\n components, run the following commands:\n\n ```\n gcloud components install kubectl\n gcloud components install anthos-auth\n ```\n\nInstalling if you are behind a proxy\n\nIf you are behind a corporate proxy or firewall, the gcloud CLI might\nnot be able to access the internet with its default settings.\n\nFor information about how to install the gcloud CLI in this\nsituation, see\n\n[Configuring the gcloud CLI for use behind a proxy/firewall](/sdk/docs/proxy-settings).\n\nWhat's next\n\n[Create Google Cloud projects (full instructions)](/kubernetes-engine/distributed-cloud/vmware/docs/how-to/multiple-gcp-projects)."]]