com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Kubernetes Master Resource Definition
A sample Kubernetes Master definition, together with information on all the properties that can be added in a Kubernetes Master definition JSON are as follows:
Sample Kubernetes Master definition JSON
The following are sample configurations that can be used in a JSON to define a Kubernetes-CoreOS Master:
{ "hostId": "master", "hostname": "master.dev.kubernetes.org", "privateIPAddress": "172.17.8.105", "publicIPAddress": "172.17.8.109", "property": [ ] }
Property definitions
|
|
|
|
|
Main properties
Property | w | R | U | Description | M | DV | Data Type | Example | |
---|---|---|---|---|---|---|---|---|---|
JSON | UI | ||||||||
|  hostId | √ | √ |  | Unique ID of the Kubernetes master. | Yes | N/A | String | master |
hostname | hostname | √ | √ |  | The hostname of the Kubernetes master. | Yes | N/A | String | master.dev.kubernetes.org |
privateIPAddress | privateIPAddress | √ | √ |  | The IP address of the Kubernetes master used to communicate within the Kubernetes cluster. | Yes | N/A | String | 172.17.8.101 |
publicIPAddress | publicIPAddress | √ | √ |  | The IP address of the Kubernetes master used for external communication. | Yes | N/A | String | 172.17.8.101 |
property | property | √ | √ |  | These are properties that are used by WSO2 Private PaaS when creating the Private PaaS Kubernetes Master. These properties are listed as name value pairs. For more information on the sub-properties, see property. | Yes | N/A | property array | N/A |
Sub-properties
property
Property | W | R | U | Description | M | DV | Data Type | Example | |
---|---|---|---|---|---|---|---|---|---|
JSON | UI | ||||||||
name |  | √ | √ |  | The name of the property being passed. | No | N/A | String |  |
value |  | √ | √ |  | The value corresponding to the value being passed. | No | N/A | String |  |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.