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: docs/data-sources/persistent_volume_v1.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,10 +313,23 @@ Required:
313
313
314
314
Optional:
315
315
316
+
-`chap_auth_discovery` (Boolean) Whether target supports iSCSI Discovery CHAP authentication.
317
+
-`chap_auth_session` (Boolean) Whether target supports iSCSI Session CHAP authentication.
316
318
-`fs_type` (String) Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
319
+
-`initiator_name` (String) The custom iSCSI Initiator Name. If initiator_name is specified with iscsi_interface simultaneously, new iSCSI interface `target portal:volume name` will be created for the connection.
317
320
-`iscsi_interface` (String) iSCSI interface name that uses an iSCSI transport. Defaults to 'default' (tcp).
318
321
-`lun` (Number) iSCSI target lun number.
322
+
-`portals` (List of String) The iSCSI Target Portal List. The Portal is either an IP or `ip_addr:port` if the port is other than default (typically TCP ports 860 and 3260).
319
323
-`read_only` (Boolean) Whether to force the read-only setting in VolumeMounts. Defaults to false.
324
+
-`secret_ref` (Block List, Max: 1) The CHAP Secret for iSCSI target and initiator authentication. Default is nil. More info: https://github.com/kubernetes/examples/tree/master/_archived/volumes/iscsi (see [below for nested schema](#nestedblock--spec--persistent_volume_source--iscsi--secret_ref))
Copy file name to clipboardExpand all lines: docs/resources/cron_job.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: |-
5
5
A Cron Job creates Jobs on a time-based schedule. One CronJob object is like one line of a crontab (cron table) file.
6
6
---
7
7
8
-
# kubernetes_cron_job
8
+
# kubernetes_cron_job
9
9
10
10
A Cron Job creates Jobs on a time-based schedule.
11
11
@@ -2034,10 +2034,22 @@ Required:
2034
2034
2035
2035
Optional:
2036
2036
2037
+
-`chap_auth_discovery` (Boolean) Whether target supports iSCSI Discovery CHAP authentication.
2038
+
-`chap_auth_session` (Boolean) Whether target supports iSCSI Session CHAP authentication.
2037
2039
-`fs_type` (String) Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
2040
+
-`initiator_name` (String) The custom iSCSI Initiator Name. If initiator_name is specified with iscsi_interface simultaneously, new iSCSI interface `target portal:volume name` will be created for the connection.
2038
2041
-`iscsi_interface` (String) iSCSI interface name that uses an iSCSI transport. Defaults to 'default' (tcp).
2039
2042
-`lun` (Number) iSCSI target lun number.
2043
+
-`portals` (List of String) The iSCSI Target Portal List. The Portal is either an IP or `ip_addr:port` if the port is other than default (typically TCP ports 860 and 3260).
2040
2044
-`read_only` (Boolean) Whether to force the read-only setting in VolumeMounts. Defaults to false.
2045
+
-`secret_ref` (Block List, Max: 1) The CHAP Secret for iSCSI target and initiator authentication. Default is nil. More info: https://github.com/kubernetes/examples/tree/master/_archived/volumes/iscsi (see [below for nested schema](#nestedblock--spec--persistent_volume_source--iscsi--secret_ref))
Copy file name to clipboardExpand all lines: docs/resources/cron_job_v1.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2029,10 +2029,22 @@ Required:
2029
2029
2030
2030
Optional:
2031
2031
2032
+
-`chap_auth_discovery` (Boolean) Whether target supports iSCSI Discovery CHAP authentication.
2033
+
-`chap_auth_session` (Boolean) Whether target supports iSCSI Session CHAP authentication.
2032
2034
-`fs_type` (String) Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
2035
+
-`initiator_name` (String) The custom iSCSI Initiator Name. If initiator_name is specified with iscsi_interface simultaneously, new iSCSI interface `target portal:volume name` will be created for the connection.
2033
2036
-`iscsi_interface` (String) iSCSI interface name that uses an iSCSI transport. Defaults to 'default' (tcp).
2034
2037
-`lun` (Number) iSCSI target lun number.
2038
+
-`portals` (List of String) The iSCSI Target Portal List. The Portal is either an IP or `ip_addr:port` if the port is other than default (typically TCP ports 860 and 3260).
2035
2039
-`read_only` (Boolean) Whether to force the read-only setting in VolumeMounts. Defaults to false.
2040
+
-`secret_ref` (Block List, Max: 1) The CHAP Secret for iSCSI target and initiator authentication. Default is nil. More info: https://github.com/kubernetes/examples/tree/master/_archived/volumes/iscsi (see [below for nested schema](#nestedblock--spec--persistent_volume_source--iscsi--secret_ref))
Copy file name to clipboardExpand all lines: docs/resources/daemon_set_v1.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -978,8 +978,8 @@ Optional:
978
978
-`volume_mount` (Block List) Pod volumes to mount into the container's filesystem. Cannot be updated. (see [below for nested schema](#nestedblock--spec--template--spec--init_container--volume_mount))
979
979
-`volume_device` (Block List) Raw volume devices to attach into the container's filesystem as raw block devices. Cannot be updated. More info: https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#volumes-1 (see [below for nested schema](#nestedblock--spec--template--spec--init_container--volume_device))
980
980
-`working_dir` (String) Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
981
-
-`restart_policy` (String) Restart policy for designating init container as a sidecar. Can only be `Always`. More info: https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/#pod-sidecar-containers.
982
-
981
+
-`restart_policy` (String) Restart policy for designating init container as a sidecar. Can only be `Always`. More info: https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/#pod-sidecar-containers.
### Nested Schema for `spec.template.spec.init_container.env`
@@ -1981,10 +1981,22 @@ Required:
1981
1981
1982
1982
Optional:
1983
1983
1984
+
-`chap_auth_discovery` (Boolean) Whether target supports iSCSI Discovery CHAP authentication.
1985
+
-`chap_auth_session` (Boolean) Whether target supports iSCSI Session CHAP authentication.
1984
1986
-`fs_type` (String) Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
1987
+
-`initiator_name` (String) The custom iSCSI Initiator Name. If initiator_name is specified with iscsi_interface simultaneously, new iSCSI interface `target portal:volume name` will be created for the connection.
1985
1988
-`iscsi_interface` (String) iSCSI interface name that uses an iSCSI transport. Defaults to 'default' (tcp).
1986
1989
-`lun` (Number) iSCSI target lun number.
1990
+
-`portals` (List of String) The iSCSI Target Portal List. The Portal is either an IP or `ip_addr:port` if the port is other than default (typically TCP ports 860 and 3260).
1987
1991
-`read_only` (Boolean) Whether to force the read-only setting in VolumeMounts. Defaults to false.
1992
+
-`secret_ref` (Block List, Max: 1) The CHAP Secret for iSCSI target and initiator authentication. Default is nil. More info: https://github.com/kubernetes/examples/tree/master/_archived/volumes/iscsi (see [below for nested schema](#nestedblock--spec--persistent_volume_source--iscsi--secret_ref))
Copy file name to clipboardExpand all lines: docs/resources/daemonset.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: |-
5
5
A DaemonSet ensures that all (or some) Nodes run a copy of a Pod. As nodes are added to the cluster, Pods are added to them. As nodes are removed from the cluster, those Pods are garbage collected. Deleting a DaemonSet will clean up the Pods it created.
6
6
---
7
7
8
-
# kubernetes_daemonset
8
+
# kubernetes_daemonset
9
9
10
10
A DaemonSet ensures that all (or some) Nodes run a copy of a Pod. As nodes are added to the cluster, Pods are added to them. As nodes are removed from the cluster, those Pods are garbage collected. Deleting a DaemonSet will clean up the Pods it created.
11
11
@@ -1979,10 +1979,22 @@ Required:
1979
1979
1980
1980
Optional:
1981
1981
1982
+
-`chap_auth_discovery` (Boolean) Whether target supports iSCSI Discovery CHAP authentication.
1983
+
-`chap_auth_session` (Boolean) Whether target supports iSCSI Session CHAP authentication.
1982
1984
-`fs_type` (String) Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
1985
+
-`initiator_name` (String) The custom iSCSI Initiator Name. If initiator_name is specified with iscsi_interface simultaneously, new iSCSI interface `target portal:volume name` will be created for the connection.
1983
1986
-`iscsi_interface` (String) iSCSI interface name that uses an iSCSI transport. Defaults to 'default' (tcp).
1984
1987
-`lun` (Number) iSCSI target lun number.
1988
+
-`portals` (List of String) The iSCSI Target Portal List. The Portal is either an IP or `ip_addr:port` if the port is other than default (typically TCP ports 860 and 3260).
1985
1989
-`read_only` (Boolean) Whether to force the read-only setting in VolumeMounts. Defaults to false.
1990
+
-`secret_ref` (Block List, Max: 1) The CHAP Secret for iSCSI target and initiator authentication. Default is nil. More info: https://github.com/kubernetes/examples/tree/master/_archived/volumes/iscsi (see [below for nested schema](#nestedblock--spec--persistent_volume_source--iscsi--secret_ref))
Copy file name to clipboardExpand all lines: docs/resources/deployment.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1979,10 +1979,22 @@ Required:
1979
1979
1980
1980
Optional:
1981
1981
1982
+
-`chap_auth_discovery` (Boolean) Whether target supports iSCSI Discovery CHAP authentication.
1983
+
-`chap_auth_session` (Boolean) Whether target supports iSCSI Session CHAP authentication.
1982
1984
-`fs_type` (String) Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
1985
+
-`initiator_name` (String) The custom iSCSI Initiator Name. If initiator_name is specified with iscsi_interface simultaneously, new iSCSI interface `target portal:volume name` will be created for the connection.
1983
1986
-`iscsi_interface` (String) iSCSI interface name that uses an iSCSI transport. Defaults to 'default' (tcp).
1984
1987
-`lun` (Number) iSCSI target lun number.
1988
+
-`portals` (List of String) The iSCSI Target Portal List. The Portal is either an IP or `ip_addr:port` if the port is other than default (typically TCP ports 860 and 3260).
1985
1989
-`read_only` (Boolean) Whether to force the read-only setting in VolumeMounts. Defaults to false.
1990
+
-`secret_ref` (Block List, Max: 1) The CHAP Secret for iSCSI target and initiator authentication. Default is nil. More info: https://github.com/kubernetes/examples/tree/master/_archived/volumes/iscsi (see [below for nested schema](#nestedblock--spec--persistent_volume_source--iscsi--secret_ref))
Copy file name to clipboardExpand all lines: docs/resources/deployment_v1.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -986,7 +986,7 @@ Optional:
986
986
-`volume_mount` (Block List) Pod volumes to mount into the container's filesystem. Cannot be updated. (see [below for nested schema](#nestedblock--spec--template--spec--init_container--volume_mount))
987
987
-`volume_device` (Block List) Raw volume devices to attach into the container's filesystem as raw block devices. Cannot be updated. More info: https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#volumes-1 (see [below for nested schema](#nestedblock--spec--template--spec--init_container--volume_device))
988
988
-`working_dir` (String) Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.
989
-
-`restart_policy` (String) Restart policy for designating init container as a sidecar. Can only be `Always`. More info: https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/#pod-sidecar-containers.
989
+
-`restart_policy` (String) Restart policy for designating init container as a sidecar. Can only be `Always`. More info: https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/#pod-sidecar-containers.
-`chap_auth_discovery` (Boolean) Whether target supports iSCSI Discovery CHAP authentication.
1993
+
-`chap_auth_session` (Boolean) Whether target supports iSCSI Session CHAP authentication.
1992
1994
-`fs_type` (String) Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
1995
+
-`initiator_name` (String) The custom iSCSI Initiator Name. If initiator_name is specified with iscsi_interface simultaneously, new iSCSI interface `target portal:volume name` will be created for the connection.
1993
1996
-`iscsi_interface` (String) iSCSI interface name that uses an iSCSI transport. Defaults to 'default' (tcp).
1994
1997
-`lun` (Number) iSCSI target lun number.
1998
+
-`portals` (List of String) The iSCSI Target Portal List. The Portal is either an IP or `ip_addr:port` if the port is other than default (typically TCP ports 860 and 3260).
1995
1999
-`read_only` (Boolean) Whether to force the read-only setting in VolumeMounts. Defaults to false.
2000
+
-`secret_ref` (Block List, Max: 1) The CHAP Secret for iSCSI target and initiator authentication. Default is nil. More info: https://github.com/kubernetes/examples/tree/master/_archived/volumes/iscsi (see [below for nested schema](#nestedblock--spec--persistent_volume_source--iscsi--secret_ref))
0 commit comments