riff is for functions

riff is for functions

  • Docs
  • Blog
  • GitHub
  • Slack

›Namespace

Version (v0.3.x)

  • v0.6.x (snapshot)
  • v0.5.x
  • v0.4.x

Getting Started

  • Pick your environment
  • GKE
  • Minikube
  • Docker for Mac
  • Docker for Windows

CLI Reference

  • riff
  • riff version
  • riff completion
  • System

    • riff system
    • riff system install
    • riff system uninstall

    Namespace

    • riff namespace
    • riff namespace cleanup
    • riff namespace init

    Functions

    • riff function
    • riff function build
    • riff function create
    • riff function update

    Services

    • riff service
    • riff service create
    • riff service delete
    • riff service invoke
    • riff service list
    • riff service status
    • riff service update

    Subscriptions

    • riff subscription
    • riff subscription create
    • riff subscription delete
    • riff subscription list

    Channels

    • riff channel
    • riff channel create
    • riff channel delete
    • riff channel list
Edit

riff namespace init

riff namespace init

initialize riff resources in the namespace

Synopsis

initialize riff resources in the namespace

riff namespace init [flags]

Examples

  riff namespace init default --secret build-secret

Options

      --docker-hub string      Docker ID for authenticating with Docker Hub; password will be read from stdin
      --gcr string             path to a file containing Google Container Registry credentials
  -h, --help                   help for init
      --image-prefix string    image prefix to use for commands that would otherwise require an --image argument. If not set, this value will be derived for Docker Hub and GCR
  -m, --manifest string        manifest of kubernetes configuration files to be applied; can be a named manifest (latest, nightly, stable) or a path of a manifest file (default "stable")
      --no-secret              no secret required for the image registry
      --registry string        registry server host, scheme must be "http" or "https" (default "https")
      --registry-user string   registry username; password will be read from stdin
  -s, --secret secret          the name of a secret containing credentials for the image registry (default "push-credentials")

Options inherited from parent commands

      --kubeconfig path   the path of a kubeconfig (default "~/.kube/config")
      --master address    the address of the Kubernetes API server; overrides any value in kubeconfig

SEE ALSO

  • riff namespace - Manage namespaces used for riff resources
← riff namespace cleanupriff function →
  • riff namespace init
    • Synopsis
    • Examples
    • Options
    • Options inherited from parent commands
    • SEE ALSO
riff is for functions
Docs
Versions
Community
BlogGitHubSlackKnativeTwitter
More
Privacy PolicyTerms of UseCode of Conduct
Deployed by Netlify
Copyright © 2021 VMware, Inc