5.6. カスタム通知バナーの作成
前提条件
- 管理者の権限があること。
手順
-
Administration
Custom Resource Definitions から、ConsoleNotification をクリックします。 - Instances タブを選択します。
Create Console Notification をクリックし、ファイルを編集します。
apiVersion: console.openshift.io/v1 kind: ConsoleNotification metadata: name: example spec: text: This is an example notification message with an optional link. location: BannerTop 1 link: href: 'https://www.example.com' text: Optional link text color: '#fff' backgroundColor: '#0088ce'
- 1
- 有効な場所の設定は、
BannerTop
、BannerBottom
、およびBannerTopBottom
です。
- Create をクリックして変更を適用します。