You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/master/software/install.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Kubernetes cluster.
92
92
After the `init` container finishes, the `crossplane` pod manages two Kubernetes
93
93
controllers.
94
94
* The _Package Manager controller_ installs the
95
-
provider and configuration packages.
95
+
provider, function and configuration packages.
96
96
* The _Composition controller_ installs and manages the
97
97
Crossplane _Composite Resource Definitions_, _Compositions_ and _Claims_.
98
98
@@ -130,6 +130,7 @@ Apply customizations with the command line or with a Helm _values_ file.
130
130
|`extraObjects`| To add arbitrary Kubernetes Objects during a Helm Install |`[]`|
131
131
|`extraVolumeMountsCrossplane`| Add custom `volumeMounts` to the Crossplane pod. |`{}`|
132
132
|`extraVolumesCrossplane`| Add custom `volumes` to the Crossplane pod. |`{}`|
133
+
|`function.packages`| A list of Function packages to install. |`[]`|
133
134
|`hostNetwork`| Enable `hostNetwork` for the Crossplane deployment. Caution: enabling `hostNetwork` grants the Crossplane Pod access to the host network namespace. |`false`|
134
135
|`image.pullPolicy`| The image pull policy used for Crossplane and RBAC Manager pods. |`"IfNotPresent"`|
135
136
|`image.repository`| Repository for the Crossplane pod image. |`"xpkg.upbound.io/crossplane/crossplane"`|
Copy file name to clipboardExpand all lines: content/v1.15/software/install.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Kubernetes cluster.
92
92
After the `init` container finishes, the `crossplane` pod manages two Kubernetes
93
93
controllers.
94
94
* The _Package Manager controller_ installs the
95
-
provider and configuration packages.
95
+
provider, function and configuration packages.
96
96
* The _Composition controller_ installs and manages the
97
97
Crossplane _Composite Resource Definitions_, _Compositions_ and _Claims_.
98
98
@@ -130,6 +130,7 @@ Apply customizations with the command line or with a Helm _values_ file.
130
130
|`extraObjects`| To add arbitrary Kubernetes Objects during a Helm Install |`[]`|
131
131
|`extraVolumeMountsCrossplane`| Add custom `volumeMounts` to the Crossplane pod. |`{}`|
132
132
|`extraVolumesCrossplane`| Add custom `volumes` to the Crossplane pod. |`{}`|
133
+
|`function.packages`| A list of Function packages to install. |`[]`|
133
134
|`hostNetwork`| Enable `hostNetwork` for the Crossplane deployment. Caution: enabling `hostNetwork` grants the Crossplane Pod access to the host network namespace. |`false`|
134
135
|`image.pullPolicy`| The image pull policy used for Crossplane and RBAC Manager pods. |`"IfNotPresent"`|
135
136
|`image.repository`| Repository for the Crossplane pod image. |`"xpkg.upbound.io/crossplane/crossplane"`|
0 commit comments