Hi All,
If someone can help me, that will be appreciated where I am stuck a bit..
I installed and configured Kubernetes plugin but somehow I can not able to see any resource where it says No Kubernetes resources No resources on any known clusters for aks-gha-westeurope-dev
I can confirm that Deployment manifest in Kubernetes also has label backstage.io/kubernetes-id=sp-gha-dev.
What I am doing wrong ?
Here is my app-config.yaml
kubernetes:
serviceLocatorMethod:
type: 'multiTenant'
clusterLocatorMethods:
- type: 'catalog'
Here is my catalog-info.yaml
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: aks-gha-westeurope-dev
title: aks-gha-westeurope-dev
description: GitHub Actions self-hosted runners development environment in Kubernetes.
annotations:
kubernetes.io/api-server-certificate-authority: .....
kubernetes.io/api-server: https://xxxxxxx.io
spec:
type: cluster
system: github-actions
owner: rg_az_cc_pp-integration_team_employees
lifecycle: experimental
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: sp-gha-prod
title: GitHub Actions
description: GitHub Actions self-hosted runners
annotations:
backstage.io/kubernetes-id: sp-gha-dev ---> here
spec:
type: service
system: github-actions
owner: rg_az_cc_pp-integration_team_employees
lifecycle: production