6.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
입니다.
- 생성을 클릭하여 변경 사항을 적용합니다.