csi-driver-truenas

command module
v0.1.0-alpha.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2022 License: BSD-3-Clause Imports: 3 Imported by: 0

README

csi-driver-truenas

Installation

# get latest version from https://github.com/choffmeister/csi-driver-truenas/releases
export VERSION="..."
kubectl apply -f https://github.com/choffmeister/csi-driver-truenas/releases/download/v$VERSION/manifest.yaml
echo '
apiVersion: v1
kind: Secret
metadata:
  name: csi-driver-truenas-volumes
  namespace: csi-driver-truenas
stringData:
  truenas-url: "https://10.10.10.10"
  truenas-api-key: "1-super-secret"
  truenas-tls-skip-verify: "true"
  truenas-parent-dataset: "tank/k8s"
  iscsi-base-iqn: "iqn.2005-10.org.freenas.ctl"
  iscsi-portal-ip: "10.10.10.10"
  iscsi-portal-port: "3260"
  iscsi-portal-id: "1"
  iscsi-initiator-id: "1"
' | kubectl apply -f -

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL