7.2. トポロジープラグインの設定
7.2.1. OpenShift ルートの表示 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
手順
OpenShift ルートを表示するには、Cluster Role のルートリソースへの読み取りアクセス権を付与します。
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: backstage-read-only rules: ... - apiGroups: - route.openshift.io resources: - routes verbs: - get - listまた、
app-config.yamlファイルのkubernetes.customResourcesプロパティーに以下を追加します。kubernetes: ... customResources: - group: 'route.openshift.io' apiVersion: 'v1' plural: 'routes'