4.4. 创建自定义通知标语
先决条件
- 您必须具有管理员特权。
流程
-
在 Administration
Custom Resource Definitions 中点 ConsoleNotification。 点 YAML 并编辑该文件:
apiVersion: console.openshift.io/v1 kind: ConsoleNotification metadata: name: example spec: backgroundColor: '#0088ce' color: '#fff' link: href: 'https://www.example.com' text: Optional link text location: BannerTop 1 text: This is an example notification message with an optional link.
- 1
- 有效的位置设置为
BannerTop
、BannerBottom
和BannerTopBottom
。
- 点 Save 按钮应用所做的改变。