Error Code Reference
Error Codes and Troubleshooting
Meshery and it’s components use a common framework (defined within MeshKit) to generate and document an error with a unique identifier - an error code. Each error code identifies the source component for the error and a standard set of information to describe the error and provide helpful details for troubleshooting the situation surrounding the specific error.
Error Code Categories by Component
Component Type | Component Name |
---|---|
library | meshkit |
adapter | meshery-traefik-mesh |
adapter | meshery-linkerd |
library | meshery-adapter-library |
adapter | nsm |
adapter | meshery-consul |
adapter | cilium |
adapter | meshery-nginx-sm |
adapter | meshery-osm |
adapter | meshery-istio |
client | mesheryctl |
adapter | meshery-kuma |
component | meshery-server |
meshkit library
Error Name Error Code | Severity | Short Description |
---|---|---|
ErrGetCrdNamesCode 1001 | Alert | Error getting crd names |
Probable Cause: Could not execute kubeopenapi-jsonschema correctly
|
Suggested Remediation: Make sure the binary is valid and correct
Make sure the filter passed is correct
|
Long Description:
|
ErrGetSchemasCode 1002 | Alert | Error getting schemas |
Probable Cause: Schemas Json could not be produced from given crd.
|
Suggested Remediation: Make sure the filter passed is correct
|
Long Description:
|
ErrGetAPIVersionCode 1003 | Alert | Error getting api version |
Probable Cause: Api version could not be parsed
|
Suggested Remediation: Make sure the filter passed is correct
|
Long Description:
|
ErrGetAPIGroupCode 1004 | Alert | Error getting api group |
Probable Cause: Api group could not be parsed
|
Suggested Remediation: Make sure the filter passed is correct
|
Long Description:
|
ErrPopulatingYamlCode 1005 | Alert | Error populating yaml |
Probable Cause: Yaml could not be populated with the returned manifests
|
Suggested Remediation:
|
Long Description:
|
ErrAbsentFilterCode 1006 | Alert | Error with passed filters |
Probable Cause: ItrFilter or ItrSpecFilter is either not passed or empty
|
Suggested Remediation: Pass the correct ItrFilter and ItrSpecFilter
|
Long Description:
|
ErrNoneDatabaseCode 11010 | Alert | No Database selected |
Probable Cause: database name is empty
|
Suggested Remediation: Input a name for the database
|
Long Description:
|
ErrDatabaseOpenCode 11011 | Alert | Unable to open database |
Probable Cause: Database is unreachable
|
Suggested Remediation: Make sure your database is reachable
|
Long Description:
|
ErrSQLMapUnmarshalJSONCode 11012 | Alert | failed to unmarshal json |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrSQLMapUnmarshalTextCode 11013 | Alert | failed to unmarshal text |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrSQLMapMarshalValueCode 11014 | Alert | failed to marshal value |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrSQLMapUnmarshalScannedCode 11015 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrSQLMapInvalidScanCode 11016 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrClosingDatabaseConnectionCode 11017 | Alert | failed to close database connection |
Probable Cause: Invalid database instance passed.
|
Suggested Remediation: Make sure the DB handler has a valid database instance.
|
Long Description:
|
ErrApplyManifestCode 11021 | Alert | Error Applying manifest |
Probable Cause: Manifest could be invalid
|
Suggested Remediation: Make sure manifest yaml is valid
|
Long Description:
|
ErrServiceDiscoveryCode 11022 | Alert | Error Discovering service |
Probable Cause: Network not reachable to the service
|
Suggested Remediation: Make sure the endpoint is reachable
|
Long Description:
|
ErrApplyHelmChartCode 11023 | Alert | Error applying helm chart |
Probable Cause: Chart could be invalid
|
Suggested Remediation: Make sure to apply valid chart
|
Long Description:
|
ErrNewKubeClientCode 11024 | Alert | Error creating kubernetes clientset |
Probable Cause: Kubernetes config is not accessible to meshery or not valid
|
Suggested Remediation: Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized
|
Long Description:
|
ErrNewDynClientCode 11025 | Alert | Error creating dynamic client |
Probable Cause: Kubernetes config is not accessible to meshery or not valid
|
Suggested Remediation: Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized
|
Long Description:
|
ErrNewDiscoveryCode 11026 | Alert | Error creating discovery client |
Probable Cause: Discovery resource is invalid or doesnt exist
|
Suggested Remediation: Makes sure the you input valid resource for discovery
|
Long Description:
|
ErrNewInformerCode 11027 | Alert | Error creating informer client |
Probable Cause: Informer is invalid or doesnt exist
|
Suggested Remediation: Makes sure the you input valid resource for the informer
|
Long Description:
|
ErrEndpointNotFoundCode 11028 | Alert | Unable to discover an endpoint |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrInvalidAPIServerCode 11029 | Alert | Invalid API Server URL |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrLoadConfigCode 11030 | Alert | Error loading kubernetes config |
Probable Cause: Kubernetes config is not accessible to meshery or not valid
|
Suggested Remediation: Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized
|
Long Description:
|
ErrValidateConfigCode 11031 | Alert | Validation failed in the kubernetes config |
Probable Cause: Kubernetes config is not accessible to meshery or not valid
|
Suggested Remediation: Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized
|
Long Description:
|
ErrSelectorBasedMapCode 11036 | Alert | |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrProtocolBasedMapCode 11037 | Alert | |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrLableBasedMapCode 11038 | Alert | |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrPortParsingCode 11039 | Alert | |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrGenerateServiceCode 11040 | Alert | |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrConstructingRestHelperCode 11041 | Alert | |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrCreatingServiceCode 11042 | Alert | |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrUnmarshalCode 11043 | Alert | Unmarshal unknown error: %s |
Probable Cause: Invalid object format
|
Suggested Remediation: Make sure to input a valid JSON object
|
Long Description:
|
ErrUnmarshalInvalidCode 11044 | Alert | Unmarshal invalid error for type: |
Probable Cause: Invalid object format
|
Suggested Remediation: Make sure to input a valid JSON object
|
Long Description:
|
ErrUnmarshalSyntaxCode 11045 | Alert | Unmarshal syntax error at offest: |
Probable Cause: Invalid object format
|
Suggested Remediation: Make sure to input a valid JSON object
|
Long Description:
|
ErrUnmarshalTypeCode 11046 | Alert | Unmarshal type error at key: %s. Error: %s |
Probable Cause: Invalid object format
|
Suggested Remediation: Make sure to input a valid JSON object
|
Long Description:
|
ErrUnmarshalUnsupportedTypeCode 11047 | Alert | Unmarshal unsupported type error at key: |
Probable Cause: Invalid object format
|
Suggested Remediation: Make sure to input a valid JSON object
|
Long Description:
|
ErrUnmarshalUnsupportedValueCode 11048 | Alert | Unmarshal unsupported value error at key: |
Probable Cause: Invalid object format
|
Suggested Remediation: Make sure to input a valid JSON object
|
Long Description:
|
ErrMarshalCode 11049 | Alert | Marshal error, Description: %s |
Probable Cause: Invalid object format
|
Suggested Remediation: Make sure to input a valid JSON object
|
Long Description:
|
ErrGetBoolCode 11050 | Alert | Error while getting Boolean value for key: %s, error: %s |
Probable Cause: Not a valid boolean
|
Suggested Remediation: Make sure it is a boolean
|
Long Description:
|
ErrInvalidProtocolCode 11051 | Alert | invalid protocol: only http, https and file are valid protocols |
Probable Cause: Network protocol is incorrect
|
Suggested Remediation: Make sure to specify the right network protocol
|
Long Description:
|
ErrRemoteFileNotFoundCode 11052 | Alert | remote file not found at |
Probable Cause: File doesnt exist in the location
File name is incorrect
|
Suggested Remediation: Make sure to input the right file name and location
|
Long Description:
|
ErrReadingRemoteFileCode 11053 | Alert | error reading remote file |
Probable Cause: File doesnt exist in the location
File name is incorrect
|
Suggested Remediation: Make sure to input the right file name and location
|
Long Description:
|
ErrReadingLocalFileCode 11054 | Alert | error reading local file |
Probable Cause: File doesnt exist in the location
File name is incorrect
|
Suggested Remediation: Make sure to input the right file name and location
|
Long Description:
|
ErrViperCode 11056 | Fatal | Viper configuration initialization failed |
Probable Cause: Viper is crashing
|
Suggested Remediation: Make sure viper is configured properly
|
Long Description:
|
ErrInMemCode 11057 | Fatal | InMem configuration initialization failed |
Probable Cause: In memory map is crashing
|
Suggested Remediation: Make sure map is configured properly
|
Long Description:
|
ErrPodHasNoLabelsCode 11058 | Alert | the pod has no labels and cannot be exposed |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrServiceHasNoSelectorsCode 11059 | Alert | the service has no pod selector set |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrInvalidDeploymentNoSelectorsLabelsCode 11060 | Alert | the deployment has no labels or selectors and cannot be exposed |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrInvalidDeploymentNoSelectorsCode 11061 | Alert | invalid deployment: no selectors, therefore cannot be exposed |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrInvalidReplicaNoSelectorsLabelsCode 11062 | Alert | the replica set has no labels or selectors and cannot be exposed |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrInvalidReplicaSetNoSelectorsCode 11063 | Alert | invalid replicaset: no selectors, therefore cannot be exposed |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrNoPortsFoundForHeadlessResourceCode 11064 | Alert | no ports found for the non headless resource |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrUnknownSessionAffinityErrCode 11065 | Alert | unknown session affinity: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrMatchExpressionsConvertionErrCode 11066 | Alert | couldn't convert expressions - to map-based selector format |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrFailedToExtractPodSelectorErrCode 11067 | Alert | cannot extract pod selector from |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrFailedToExtractPortsCode 11068 | Alert | cannot extract ports from |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrFailedToExtractProtocolsErrCode 11069 | Alert | cannot extract protocols from |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrCannotExposeObjectErrCode 11070 | Alert | cannot expose a |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrControllerCode 11071 | Alert | |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrInvalidSizeFileCode 11072 | Alert | |
Probable Cause: Given file size is either 0 or exceeds the limit of 50 MB
|
Suggested Remediation:
|
Long Description:
Could not read the file while walking the repo |
ErrCloningRepoCode 11073 | Alert | could not clone the repo |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
Meshery Adapter for meshery-traefik-mesh
Error Name Error Code | Severity | Short Description |
---|---|---|
ErrApplyHelmChartCode 1012 | Alert | Error occured while applying Helm Chart |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrNilClientCode 1013 | Alert | kubernetes client not initialized |
Probable Cause: kubernetes client not initialized
|
Suggested Remediation: Reconnect the adapter to Meshery server
|
Long Description:
Kubernetes client is nil |
ErrInvalidOAMComponentTypeCode 1014 | Alert | invalid OAM component name: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrTraefikCoreComponentFailCode 1015 | Alert | error in Traefik core component |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrProcessOAMCode 1016 | Alert | error performing OAM operations |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrParseTraefikCoreComponentCode 1017 | Alert | Traefik core component manifest parsing failing |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrParseOAMComponentCode 1018 | Alert | error parsing the component |
Probable Cause: Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct
|
Suggested Remediation: Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, check if Meshery Server and adapters are referring to same component struct provided in MeshKit.
|
Long Description:
Error occurred while parsing application component in the OAM request made by Meshery Server |
ErrParseOAMConfigCode 1019 | Alert | error parsing the configuration |
Probable Cause: Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct
|
Suggested Remediation: Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit
|
Long Description:
Error occurred while parsing configuration in the request made by Meshery Server |
ErrGetLatestReleaseCode 1020 | Alert | Could not get latest version |
Probable Cause: Latest version could not be found at the specified url
|
Suggested Remediation:
|
Long Description:
|
ErrEmptyConfigCode 1029 | Alert | Config is empty |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrGetLatestReleasesCode 1030 | Alert | Unable to fetch release info |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrGetLatestReleaseNamesCode 1031 | Alert | Failed to extract release names |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrInstallTraefikCode 1032 | Alert | Error with traefik operation |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrCreatingHelmIndexCode 1033 | Alert | Error while creating Helm Index |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrEntryWithAppVersionNotExistsCode 1034 | Alert | Entry for the app version does not exist |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrHelmRepositoryNotFoundCode 1035 | Alert | Helm repo not found |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrDecodeYamlCode 1036 | Alert | Error occured while decoding YAML |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrMeshConfigCode 1037 | Alert | Error configuration mesh |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrConvertingAppVersionToChartVersionCode 1038 | Alert | Error occured while converting app version to chart version |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrCreatingTraefikMeshClientCode 1039 | Alert | Unable to create a new NSM client |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrSampleAppCode 1040 | Alert | Error with sample app operation |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrCustomOperationCode 1041 | Alert | Error with custom operation |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrOpInvalidCode 1042 | Alert | Invalid operation |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
Meshery Adapter for meshery-linkerd
Error Name Error Code | Severity | Short Description |
---|---|---|
ErrEmptyConfigCode 1000 | Alert | Config is empty |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrGetLatestReleasesCode 1001 | Alert | unable to fetch release info |
Probable Cause: Checkout https://docs.github.com/en/rest/reference/repos#releases for more info
|
Suggested Remediation:
|
Long Description:
Unable to get the latest release info from the GithubAPI |
ErrGetLatestReleaseNamesCode 1002 | Alert | failed to extract release names |
Probable Cause: Invalid release format
|
Suggested Remediation:
|
Long Description:
|
ErrInstallLinkerdCode 1003 | Alert | Error with Linkerd operation: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrMeshConfigCode 1004 | Alert | Error configuration mesh: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrFetchManifestCode 1005 | Alert | Error fetching mesh manifest: %s |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrDownloadBinaryCode 1006 | Alert | Error downloading Linkerd binary: |
Probable Cause: Checkout https://docs.github.com/en/rest/reference/repos#releases for more details
|
Suggested Remediation:
|
Long Description:
|
ErrInstallBinaryCode 1007 | Alert | Error installing Linkerd binary: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrClientConfigCode 1008 | Alert | Error setting client config: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrClientSetCode 1009 | Alert | Error setting clientset: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrSampleAppCode 1011 | Alert | Error with sample app operation |
Probable Cause: Invalid kubeclient config
Invalid manifest
|
Suggested Remediation: Reconnect your adapter to meshery server to refresh the kubeclient
|
Long Description:
Error occurred while trying to install a sample application using manifests |
ErrCustomOperationCode 1012 | Alert | Error with custom operation |
Probable Cause: Invalid kubeclient config
Invalid manifest
|
Suggested Remediation: Make sure to apply a valid Kubernetes manifest
|
Long Description:
Error occurred while applying custom manifest to the cluster |
ErrOpInvalidCode 1013 | Alert | Invalid operation |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrInvalidOAMComponentTypeCode 1014 | Alert | invalid OAM component name: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrLinkerdCoreComponentFailCode 1015 | Alert | error in linkerd core component |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrProcessOAMCode 1016 | Alert | error performing OAM operations |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrParseLinkerdCoreComponentCode 1017 | Alert | linkerd core component manifest parsing failing |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrParseOAMComponentCode 1018 | Alert | error parsing the component |
Probable Cause: Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct
|
Suggested Remediation: Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also check if Meshery Server and adapters are referring to same component struct provided in MeshKit.
|
Long Description:
Error occurred while parsing application component in the OAM request made by Meshery server |
ErrParseOAMConfigCode 1019 | Alert | error parsing the configuration |
Probable Cause: Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct
|
Suggested Remediation: Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit
|
Long Description:
Error occurred while parsing configuration in the request made by Meshery Server |
ErrApplyHelmChartCode 1020 | Alert | error applying helm chart |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrNilClientCode 1021 | Alert | Kubernetes client not initialized |
Probable Cause: Kubernetes client not initialized
|
Suggested Remediation: Reconnect the Meshery Adapter to Meshery Server
|
Long Description:
Kubernetes client is nil |
ErrAddonFromHelmCode 1022 | Alert | Error with addon install operation by helm chart |
Probable Cause: The helm chart URL in additional properties of addon operation might be incorrect
Could not apply service patch file for the given addon
|
Suggested Remediation:
|
Long Description:
|
ErrInvalidVersionForMeshInstallationCode 1023 | Alert | Invalid version passed for helm based installation |
Probable Cause: Version might not be prefixed with \"stable-\" or \"edge-\
|
Suggested Remediation: Version should be prefixed with \"stable-\" or \"edge-\
Version might be empty
|
Long Description:
Version passed is invalid |
ErrAnnotatingNamespaceCode 1024 | Alert | Error with annotating namespace |
Probable Cause: Could not get the namespace in cluster
Could not update namespace in cluster
|
Suggested Remediation: Make sure the cluster is reachable
|
Long Description:
|
ErrCertEncodeCode 1101 | Fatal | Failed to encode: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrEncodeCertificatesPEMCode 1102 | Fatal | Failed to encode certificate PEM: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrEncodePrivateKeyPEMCode 1103 | Fatal | Failed to encode private key PEM: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrCreateRootCACode 1104 | Alert | Failed to create Root CA: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrGeneratePKCode 1105 | Alert | Failed to create Private Key: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrGenerateDefaultRootCACode 1106 | Alert | Failed to create default Root CA: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrGetFileNamesCode 1107 | Alert | failed to get filenames for dynamic component generation |
Probable Cause: The repository could not be cloned or reached
The repository url is invalid
Could not reach the remote git repository
|
Suggested Remediation: Make sure the owner, repo and path is correct for fetching crd names
|
Long Description:
|
meshery-adapter-library library
Error Name Error Code | Severity | Short Description |
---|---|---|
ErrGetNameCode 1000 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrCreateInstanceCode 1001 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrMeshConfigCode 1002 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrValidateKubeconfigCode 1003 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrClientConfigCode 1004 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrClientSetCode 1005 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrStreamEventCode 1006 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrOpInvalidCode 1007 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrApplyOperationCode 1008 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrListOperationsCode 1009 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrNewSmiCode 1010 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrRunSmiCode 1011 | ||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
Meshery Adapter for nsm
Error Name Error Code | Severity | Short Description |
---|---|---|
ErrEmptyConfigCode 1000 | Alert | Config is empty |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrGetLatestReleasesCode 1001 | Alert | unable to fetch release info: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrGetLatestReleaseNamesCode 1002 | Alert | failed to extract release names: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrInstallNSMCode 1003 | Alert | Error with nsm operation: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrCreatingHelmIndexCode 1004 | Alert | Error with nsm operation: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrEntryWithAppVersionNotExistsCode 1005 | Alert | Entry: with app version : does not exists |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrHelmRepositoryNotFoundCode 1006 | Alert | Either the repo : does not exists or is corrupt: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrDecodeYamlCode 1007 | Alert | Error decoding yaml: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrMeshConfigCode 1008 | Alert | Error configuration mesh: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrApplyHelmChartCode 1009 | Alert | Error applying helm chart: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrConvertingAppVersionToChartVersionCode 1010 | Alert | Error converting app version to chart version: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrCreatingNSMMeshClientCode 1011 | Alert | Unable to create a new nsm client: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrSampleAppCode 1012 | Alert | Error with sample app operation: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrCustomOperationCode 1013 | Alert | Error with custom operation: |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrOpInvalidCode 1014 | Alert | Invalid operation |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
Meshery Adapter for meshery-consul
Error Name Error Code | Severity | Short Description |
---|---|---|
ErrApplyOperationCode 1000 | Alert | Error applying operation |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrParseOAMComponentCode 1001 | Alert | error parsing the component |
Probable Cause: Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct
|
Suggested Remediation: Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, check if Meshery Server and adapters are referring to same component struct provided in MeshKit.
|
Long Description:
Error occurred while parsing application component in the OAM request made by Meshery Server |
ErrParseOAMConfigCode 1002 | Alert | error parsing the configuration |
Probable Cause: Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct
|
Suggested Remediation: Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit
|
Long Description:
Error occurred while parsing configuration in the request made by Meshery Server |
ErrProcessOAMCode 1003 | Alert | error performing OAM operations |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrApplyHelmChartCode 1004 | Alert | Error applying helm chart |
Probable Cause: Chart could be invalid
|
Suggested Remediation: Use `helm verify` and `helm lint` to verify chart path and validity
|
Long Description:
|
ErrMeshConfigCode 1005 | Alert | Error configuration mesh |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
Error getting MeshSpecKey config from in-memory configuration |
ErrConsulCoreComponentFailCode 1006 | Alert | error in Consul core component |
Probable Cause: API version or Kind passed is empty
|
Suggested Remediation: Make sure API version and Kind are not empty
|
Long Description:
|
ErrParseConsulCoreComponentCode 1007 | Alert | Consul core component manifest parsing failing |
Probable Cause: Could not marshall generated component to YAML
|
Suggested Remediation:
|
Long Description:
|
ErrGetLatestReleasesCode 1008 | Alert | Unable to fetch release info |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrGetManifestNamesCode 1009 | Alert | Unable to fetch manifest names from github |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrEmptyConfigCode 1010 | Alert | Config is empty |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
ErrLoadingPathsetCode 1011 | Alert | Could not create a pathset for static component generation |
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
Meshery Adapter for cilium
Error Name Error Code | Severity | Short Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ErrInstallCiliumCode 1000 | Alert | Error with Cilium operation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
Error occured while installing Cilium mesh through Cilium |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrTarXZFCode 1001 | Alert | Error while extracting file | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: The gzip might be corrupt
|
Suggested Remediation: Retry the operation
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrMeshConfigCode 1002 | Alert | Error configuration mesh | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation: Reconnect the adaptor to the meshkit server
|
Long Description:
Error getting MeshSpecKey config from in-memory configuration |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrRunCiliumCmdCode 1003 | Alert | Error running cilium command | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Corrupted cilium binary
Command might be invalid
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrDownloadBinaryCode 1004 | Alert | Error downloading Cilium binary | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Checkout https://docs.github.com/en/rest/reference/repos#releases for more details
|
Suggested Remediation:
|
Long Description:
Error occured while download Cilium binary from its github release |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrInstallBinaryCode 1005 | Alert | Error installing Cilium binary | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Corrupted Cilium release binary
Invalid installation location
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrSampleAppCode 1006 | Alert | Error with sample app operation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Invalid kubeclient config
Invalid manifest
|
Suggested Remediation: Reconnect your adapter to Meshery Server to refresh the kubeclient
|
Long Description:
Error occured while trying to install a sample application using manifests |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrCustomOperationCode 1007 | Alert | Error with custom operation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Invalid kubeclient config
Invalid manifest
|
Suggested Remediation: Upload the kubconfig in the Meshery Server and reconnect the adapter
|
Long Description:
Error occured while applying custom manifest to the cluster |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrCreatingNSCode 1008 | Alert | Error creating namespace | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Invalid kubeclient config
Invalid manifest
|
Suggested Remediation: Upload the kubeconfig in the Meshery Server and reconnect the adapter
|
Long Description:
Error occured while applying manifest to create a namespace |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrRunExecutableCode 1009 | Alert | Error running executable | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Corrupted binary
Invalid operation
|
Suggested Remediation: Check if the adaptor is executing a deprecated command
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrSidecarInjectionCode 1010 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrOpInvalidCode 1011 | Alert | Invalid operation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: The operation is not supported by the adapter
Invalid operation name
|
Suggested Remediation: Check if the operation name is valid and supported by the adapter
|
Long Description:
Cilium adapter recived an invalid operation from the meshey server |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrApplyHelmChartCode 1012 | Alert | Error occured while applying Helm Chart | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrNilClientCode 1013 | Alert | kubernetes client not initialized | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: kubernetes client not initialized
|
Suggested Remediation: Reconnect the adaptor to Meshery server
|
Long Description:
Kubernetes client is nil |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrInvalidOAMComponentTypeCode 1014 | Alert | invalid OAM component name: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrCiliumCoreComponentFailCode 1015 | Alert | error in Cilium core component | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrProcessOAMCode 1016 | Alert | error performing OAM operations | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrParseCiliumCoreComponentCode 1017 | Alert | Cilium core component manifest parsing failing | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrParseOAMComponentCode 1018 | Alert | error parsing the component | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Invalid OAM component passed in OAM request
|
Suggested Remediation: Check if your request has vaild OAM components
|
Long Description:
Error occured while prasing application component in the OAM request made |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrParseOAMConfigCode 1019 | Alert | error parsing the configuration | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Invalid OAM config passed in OAM request
|
Suggested Remediation: Check if your request has vaild OAM config
|
Long Description:
Error occured while prasing component config in the OAM request made |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrGetLatestReleaseCode 1020 | Alert | Could not get latest version | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Latest version could not be found at the specified url
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrEmptyConfigCode 1021 | Alert | Config is empty | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrGetLatestReleasesCode 1022 | Alert | Unable to fetch release info | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrGetLatestReleaseNamesCode 1023 | Alert | Failed to extract release names | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrGetManifestNamesCode 1024 | Alert | Unable to fetch manifest names from github | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause:
|
Suggested Remediation:
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrMakingBinExecutableCode 1025 | Alert | Error while making cilium cli an executable | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Download might be corrupted.
|
Suggested Remediation: Please retry operation.
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrLoadNamespaceCode 1026 | Alert | Error occured while applying namespace | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Trying to access a namespace which is not available
|
Suggested Remediation: Verify presence of namespace. Confirm Meshery ServiceAccount permissions
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrUnpackingTarCode 1027 | Alert | Error occured while unpacking tar | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: The gzip might be corrupt
|
Suggested Remediation: Please retry operation.
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrUnzipFileCode 1028 | Alert | Error while unzipping | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: File might be corrupt
|
Suggested Remediation: Please retry operation.
|
Long Description:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ErrDownloadingTarCode 1029 | Alert | Error occured while downloading Cilium tar | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Probable Cause: Error occured while download cilium tar from its release url
|
Suggested Remediation: Checkout https://github.com/cilium/cilium-cli/releases/download/
|
</tr>
Long Description:
ErrGettingReleaseCode
1030
|
Alert |
Could not get latest version |
|
Probable Cause: Latest version could not be found at the specified url
|
Suggested Remediation: Verify network connectivity.
Ensure github.com is reachable.
Try retrying the operation.
|
Long Description:
Meshery Adapter for meshery-nginx-sm
Meshery Adapter for meshery-osm
Meshery Adapter for meshery-istio
mesheryctl client
Meshery Adapter for meshery-kuma
Meshery Server
|