dns-tools

command module
v0.0.0-...-732cc5c Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2022 License: MIT Imports: 1 Imported by: 0

README

Docker

Developing

Knative Eventing setup

install

kubectl apply --filename https://github.com/knative/eventing/releases/download/v0.23.1/eventing-crds.yaml
kubectl apply --filename https://github.com/knative/eventing/releases/download/v0.23.1/eventing-core.yaml

kubectl apply --filename https://github.com/knative/eventing/releases/download/v0.23.1/in-memory-channel.yaml
kubectl apply --filename https://github.com/knative/eventing/releases/download/v0.23.1/mt-channel-broker.yaml

check

kubectl get pods -n knative-eventing

Installing Knative | Knative

Setup secret

Cloudflare tokens can be created at User Profile > API Tokens > API Tokens. The following settings are recommended:

  • Permissions:
    • Zone - DNS - Edit
    • Zone - Zone - Read
  • Zone Resources:
    • Include - All Zones

Set environment variables; we recommend using direnv.

export CLOUDFLARE_API_TOKEN="hogehoge"

Create a secret using an environment variable.

kubectl create secret generic dns-tools \
    --from-literal=CLOUDFLARE_API_TOKEN=$CLOUDFLARE_API_TOKEN

skaffold

skaffold dev --port-forward

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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