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
// TODO: use configuration from the `ClusterOperatorConfig` rather than from env variables directly - https://github.com/strimzi/strimzi-kafka-operator/issues/11981
// TODO: use configuration from the `ClusterOperatorConfig` rather than from env variables directly - https://github.com/strimzi/strimzi-kafka-operator/issues/11981
// TODO: use configuration from the `ClusterOperatorConfig` rather than from env variables directly - https://github.com/strimzi/strimzi-kafka-operator/issues/11981
Copy file name to clipboardExpand all lines: documentation/modules/appendix_crds.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3106,10 +3106,10 @@ It must have the value `docker` for the type `DockerOutput`.
3106
3106
|**The `additionalKanikoOptions` property has been deprecated, and should now be configured using `.spec.build.output.additionalBuildOptions`.** The `additionalKanikoOptions` configuration is deprecated and will be removed in the `v1` CRD API. Configures additional options which will be passed to the Kaniko executor when building the new Connect image. Allowed options are: --customPlatform, --custom-platform, --insecure, --insecure-pull, --insecure-registry, --log-format, --log-timestamp, --registry-mirror, --reproducible, --single-snapshot, --skip-tls-verify, --skip-tls-verify-pull, --skip-tls-verify-registry, --verbosity, --snapshotMode, --use-new-run, --registry-certificate, --registry-client-cert, --ignore-path. These options will be used only on Kubernetes where the Kaniko executor is used. They will be ignored on OpenShift. The options are described in the link:https://github.com/GoogleContainerTools/kaniko[Kaniko GitHub repository^]. Changing this field does not trigger new build of the Kafka Connect image.
3107
3107
|additionalBuildOptions
3108
3108
|string array
3109
-
|Configures additional options which will be passed either to Kaniko or Buildah `build` command (depending on feature gate) when building the new Connect image. Allowed Kaniko options are: --customPlatform, --custom-platform, --insecure, --insecure-pull, --insecure-registry, --log-format, --log-timestamp, --registry-mirror, --reproducible, --single-snapshot, --skip-tls-verify, --skip-tls-verify-pull, --skip-tls-verify-registry, --verbosity, --snapshotMode, --use-new-run, --registry-certificate, --registry-client-cert, --ignore-path. Allowed Buildah `build` options are: --authfile, --cert-dir, --creds, --decryption-key, --retry, --retry-delay, --tls-verify. Those will be used only on Kubernetes, where Kaniko and Buildah are used. They will be ignored on OpenShift. The Kaniko options are described in the link:https://github.com/GoogleContainerTools/kaniko[Kaniko GitHub repository^]. The Buildah options are described in the link:https://github.com/containers/buildah/blob/main/docs/buildah-build.1.md[Buildah build document^]. Changing this field does not trigger new build of the Kafka Connect image.
3109
+
|Configures additional options to pass to the `build` command of either Kaniko or Buildah (depending on the feature gate setting) when building a new Kafka Connect image. Allowed Kaniko options: --customPlatform, --custom-platform, --insecure, --insecure-pull, --insecure-registry, --log-format, --log-timestamp, --registry-mirror, --reproducible, --single-snapshot, --skip-tls-verify, --skip-tls-verify-pull, --skip-tls-verify-registry, --verbosity, --snapshotMode, --use-new-run, --registry-certificate, --registry-client-cert, --ignore-path. Allowed Buildah `build` options: --authfile, --cert-dir, --creds, --decryption-key, --retry, --retry-delay, --tls-verify. Those options are used only on Kubernetes, where Kaniko and Buildah are available. They are ignored on OpenShift. For more information, see the link:https://github.com/GoogleContainerTools/kaniko[Kaniko GitHub repository^] or the link:https://github.com/containers/buildah/blob/main/docs/buildah-build.1.md[Buildah build document^]. Changing this field does not trigger a rebuild of the Kafka Connect image.
3110
3110
|additionalPushOptions
3111
3111
|string array
3112
-
|Configures additional options which will be passed to the Buildah `push` when pushing the new Connect image. Allowed options are: --authfile, --cert-dir, --creds, --quiet, --retry, --retry-delay, --tls-verify. Those will be used only on Kubernetes, where Buildah is used. They will be ignored on OpenShift. The options are described in the link:https://github.com/containers/buildah/blob/main/docs/buildah-push.1.md[Buildah push document^]. Changing this field does not trigger new build of the Kafka Connect image.
3112
+
|Configures additional options to pass to the Buildah `push` command when pushing a new Connect image. Allowed options: --authfile, --cert-dir, --creds, --quiet, --retry, --retry-delay, --tls-verify. Those options are used only on Kubernetes, where Buildah is available. They are ignored on OpenShift. For more information, see the link:https://github.com/containers/buildah/blob/main/docs/buildah-push.1.md[Buildah push document^]. Changing this field does not trigger a rebuild of the Kafka Connect image.
Copy file name to clipboardExpand all lines: packaging/helm-charts/helm3/strimzi-kafka-operator/crds/041-Crd-kafkaconnect.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2588,7 +2588,7 @@ spec:
2588
2588
type: array
2589
2589
items:
2590
2590
type: string
2591
-
description: "Configures additional options which will be passed either to Kaniko or Buildah `build` command (depending on feature gate) when building the new Connect image. Allowed Kaniko options are: --customPlatform, --custom-platform, --insecure, --insecure-pull, --insecure-registry, --log-format, --log-timestamp, --registry-mirror, --reproducible, --single-snapshot, --skip-tls-verify, --skip-tls-verify-pull, --skip-tls-verify-registry, --verbosity, --snapshotMode, --use-new-run, --registry-certificate, --registry-client-cert, --ignore-path. Allowed Buildah `build` options are: --authfile, --cert-dir, --creds, --decryption-key, --retry, --retry-delay, --tls-verify. Those will be used only on Kubernetes, where Kaniko and Buildah are used. They will be ignored on OpenShift. The Kaniko options are described in the link:https://github.com/GoogleContainerTools/kaniko[Kaniko GitHub repository^]. The Buildah options are described in the link:https://github.com/containers/buildah/blob/main/docs/buildah-build.1.md[Buildah build document^]. Changing this field does not trigger new build of the Kafka Connect image."
2591
+
description: "Configures additional options to pass to the `build` command of either Kaniko or Buildah (depending on the feature gate setting) when building a new Kafka Connect image. Allowed Kaniko options: --customPlatform, --custom-platform, --insecure, --insecure-pull, --insecure-registry, --log-format, --log-timestamp, --registry-mirror, --reproducible, --single-snapshot, --skip-tls-verify, --skip-tls-verify-pull, --skip-tls-verify-registry, --verbosity, --snapshotMode, --use-new-run, --registry-certificate, --registry-client-cert, --ignore-path. Allowed Buildah `build` options: --authfile, --cert-dir, --creds, --decryption-key, --retry, --retry-delay, --tls-verify. Those options are used only on Kubernetes, where Kaniko and Buildah are available. They are ignored on OpenShift. For more information, see the link:https://github.com/GoogleContainerTools/kaniko[Kaniko GitHub repository^] or the link:https://github.com/containers/buildah/blob/main/docs/buildah-build.1.md[Buildah build document^]. Changing this field does not trigger a rebuild of the Kafka Connect image."
2592
2592
additionalKanikoOptions:
2593
2593
type: array
2594
2594
items:
@@ -2598,7 +2598,7 @@ spec:
2598
2598
type: array
2599
2599
items:
2600
2600
type: string
2601
-
description: "Configures additional options which will be passed to the Buildah `push` when pushing the new Connect image. Allowed options are: --authfile, --cert-dir, --creds, --quiet, --retry, --retry-delay, --tls-verify. Those will be used only on Kubernetes, where Buildah is used. They will be ignored on OpenShift. The options are described in the link:https://github.com/containers/buildah/blob/main/docs/buildah-push.1.md[Buildah push document^]. Changing this field does not trigger new build of the Kafka Connect image."
2601
+
description: "Configures additional options to pass to the Buildah `push` command when pushing a new Connect image. Allowed options: --authfile, --cert-dir, --creds, --quiet, --retry, --retry-delay, --tls-verify. Those options are used only on Kubernetes, where Buildah is available. They are ignored on OpenShift. For more information, see the link:https://github.com/containers/buildah/blob/main/docs/buildah-push.1.md[Buildah push document^]. Changing this field does not trigger a rebuild of the Kafka Connect image."
2602
2602
image:
2603
2603
type: string
2604
2604
description: The name of the image which will be built. Required.
Copy file name to clipboardExpand all lines: packaging/install/cluster-operator/041-Crd-kafkaconnect.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2587,7 +2587,7 @@ spec:
2587
2587
type: array
2588
2588
items:
2589
2589
type: string
2590
-
description: "Configures additional options which will be passed either to Kaniko or Buildah `build` command (depending on feature gate) when building the new Connect image. Allowed Kaniko options are: --customPlatform, --custom-platform, --insecure, --insecure-pull, --insecure-registry, --log-format, --log-timestamp, --registry-mirror, --reproducible, --single-snapshot, --skip-tls-verify, --skip-tls-verify-pull, --skip-tls-verify-registry, --verbosity, --snapshotMode, --use-new-run, --registry-certificate, --registry-client-cert, --ignore-path. Allowed Buildah `build` options are: --authfile, --cert-dir, --creds, --decryption-key, --retry, --retry-delay, --tls-verify. Those will be used only on Kubernetes, where Kaniko and Buildah are used. They will be ignored on OpenShift. The Kaniko options are described in the link:https://github.com/GoogleContainerTools/kaniko[Kaniko GitHub repository^]. The Buildah options are described in the link:https://github.com/containers/buildah/blob/main/docs/buildah-build.1.md[Buildah build document^]. Changing this field does not trigger new build of the Kafka Connect image."
2590
+
description: "Configures additional options to pass to the `build` command of either Kaniko or Buildah (depending on the feature gate setting) when building a new Kafka Connect image. Allowed Kaniko options: --customPlatform, --custom-platform, --insecure, --insecure-pull, --insecure-registry, --log-format, --log-timestamp, --registry-mirror, --reproducible, --single-snapshot, --skip-tls-verify, --skip-tls-verify-pull, --skip-tls-verify-registry, --verbosity, --snapshotMode, --use-new-run, --registry-certificate, --registry-client-cert, --ignore-path. Allowed Buildah `build` options: --authfile, --cert-dir, --creds, --decryption-key, --retry, --retry-delay, --tls-verify. Those options are used only on Kubernetes, where Kaniko and Buildah are available. They are ignored on OpenShift. For more information, see the link:https://github.com/GoogleContainerTools/kaniko[Kaniko GitHub repository^] or the link:https://github.com/containers/buildah/blob/main/docs/buildah-build.1.md[Buildah build document^]. Changing this field does not trigger a rebuild of the Kafka Connect image."
2591
2591
additionalKanikoOptions:
2592
2592
type: array
2593
2593
items:
@@ -2597,7 +2597,7 @@ spec:
2597
2597
type: array
2598
2598
items:
2599
2599
type: string
2600
-
description: "Configures additional options which will be passed to the Buildah `push` when pushing the new Connect image. Allowed options are: --authfile, --cert-dir, --creds, --quiet, --retry, --retry-delay, --tls-verify. Those will be used only on Kubernetes, where Buildah is used. They will be ignored on OpenShift. The options are described in the link:https://github.com/containers/buildah/blob/main/docs/buildah-push.1.md[Buildah push document^]. Changing this field does not trigger new build of the Kafka Connect image."
2600
+
description: "Configures additional options to pass to the Buildah `push` command when pushing a new Connect image. Allowed options: --authfile, --cert-dir, --creds, --quiet, --retry, --retry-delay, --tls-verify. Those options are used only on Kubernetes, where Buildah is available. They are ignored on OpenShift. For more information, see the link:https://github.com/containers/buildah/blob/main/docs/buildah-push.1.md[Buildah push document^]. Changing this field does not trigger a rebuild of the Kafka Connect image."
2601
2601
image:
2602
2602
type: string
2603
2603
description: The name of the image which will be built. Required.
0 commit comments