|
5 | 5 | [id="adding-a-custom-logo_{context}"] |
6 | 6 | = Adding a custom logo and product name |
7 | 7 |
|
8 | | -You can create custom branding by adding a custom logo or custom product name. |
9 | | -You can set both or one without the other, as these settings are independent of |
10 | | -each other. |
| 8 | +You can create custom branding by adding a custom logo or custom product name. You can set both or one without the other, as these settings are independent of each other. |
11 | 9 |
|
12 | 10 | .Prerequisites |
13 | 11 |
|
14 | 12 | * You must have administrator privileges. |
15 | | -* Create a file of the logo that you want to use. The logo can be a file in any |
16 | | -common image format, including GIF, JPG, PNG, or SVG, and is constrained to a |
17 | | -`max-height` of `60px`. |
| 13 | +* Create a file of the logo that you want to use. The logo can be a file in any common image format, including GIF, JPG, PNG, or SVG, and is constrained to a `max-height` of `60px`. |
18 | 14 |
|
19 | 15 | .Procedure |
20 | 16 |
|
21 | | -. Import your logo file into a ConfigMap in the `openshift-config` namespace: |
| 17 | +. Import your logo file into a config map in the `openshift-config` namespace: |
22 | 18 | + |
23 | 19 | [source,terminal] |
24 | 20 | ---- |
|
46 | 42 | customProductName: My Console |
47 | 43 | ---- |
48 | 44 | + |
49 | | -Once the Operator configuration is updated, it will sync the custom logo |
50 | | -ConfigMap into the console namespace, mount it to the console pod, and redeploy. |
| 45 | +Once the Operator configuration is updated, it will sync the custom logo config map into the console namespace, mount it to the console pod, and redeploy. |
51 | 46 |
|
52 | | -. Check for success. If there are any issues, the console cluster operator will |
53 | | -report `Degraded`, and the console Operator configuration will also report |
54 | | -`CustomLogoDegraded`, but with reasons like `KeyOrFilenameInvalid` or |
55 | | -`NoImageProvided`. |
| 47 | +. Check for success. If there are any issues, the console cluster Operator will report a `Degraded` status, and the console Operator configuration will also report a `CustomLogoDegraded` status, but with reasons like `KeyOrFilenameInvalid` or `NoImageProvided`. |
56 | 48 | + |
57 | 49 | To check the `clusteroperator`, run: |
58 | 50 | + |
|
0 commit comments