Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Installationsprobleme beheben
In diesem Abschnitt werden häufig auftretende Cloud Service Mesh-Probleme und deren Behebung erläutert.
Weitere Informationen finden Sie unter Support.
Installation fehlgeschlagen, da meshtelemetry.googleapis.com API fehlt
Wenn die Installation aufgrund der Aktivierung von meshtelemetry.googleapis.com fehlschlägt, entfernen Sie die Aktivierung von meshtelemetry.googleapis.com aus dem Installationsprozess. Diese API ist nicht mehr erforderlich und wurde eingestellt. Weitere Informationen finden Sie in der vollständigen Liste der erforderlichen APIs.
Installation fehlgeschlagen, da mdp-controller nicht bereit ist
Wenn die Installation mit dem Fehlercode REVISION_FAILED_PRECONDITION oder der Fehlermeldung „mdp-controller ist nicht bereit“ fehlschlägt, prüfen Sie, ob Ihr Cluster Knoten hat, die zum Bereitstellen des MDP-Controllers verwendet werden können.
Der MDP-Controller ist für die Einrichtung in Cloud Service Mesh erforderlich.
Ein häufiges Problem, das verhindern kann, dass ein Knoten für die Bereitstellung eines MDP-Controllers verwendet wird, ist die Konfiguration von Knoten-Taints.
Sie können die von Ihnen konfigurierten Knotenbeschädigungen mit dem folgenden Befehl prüfen:
[[["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-08-19 (UTC)."],[],[],null,["# Resolving installation issues\n=============================\n\nThis section explains common Cloud Service Mesh problems and how to resolve them.\nIf you need additional assistance, see [Getting support](/service-mesh/v1.25/docs/getting-support).\n\nFailed installation due to missing `meshtelemetry.googleapis.com` API\n---------------------------------------------------------------------\n\nIf your installation fails due to the enablement of\n`meshtelemetry.googleapis.com`, ensure you have removed the enablement of\n`meshtelemetry.googleapis.com` from your installation process. This API is no\nlonger required and has been deprecated. For more information, see the full list\nof\n[required APIs](/service-mesh/v1.25/docs/onboarding/provision-control-plane#before_you_begin).\n\nFailed installation because `mdp-controller` is not ready\n---------------------------------------------------------\n\nIf your installation fails with error code `REVISION_FAILED_PRECONDITION` or\nan error message saying the `mdp-controller` is not ready,\nensure that your cluster has nodes which can be used to provision MDP controller.\nMDP controller is required to onboard to Cloud Service Mesh.\nA common issue that can prevent a node from being used for MDP controller\ndeployment is if you have node taints configured.\n\nYou can run the following command to verify the node taints you have configured: \n\n kubectl describe node \u003cvar translate=\"no\"\u003eNODE_NAME\u003c/var\u003e"]]