Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

wandb/operator

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

operator

// TODO(user): Add simple overview of use/purpose

Description

// TODO(user): An in-depth paragraph about your project and overview of use

Development

Prerequisites

Install Kind

A kubernetes cluster is required to run the operator. kind is recommended for local development. Install kind and create a cluster:

brew install kind
kind create cluster

This will create a new kind cluster with the name kind. The kubernetes context will be called kind-kind.

Install Tilt

Tilt is a tool for local development of Kubernetes applications. Install tilt:

brew install tilt

Install Kubebuilder

kubebuilder is a tool for building Kubernetes operators. Install kubebuilder:

brew install kubebuilder

Configuring and Running Tilt

Tilt Settings

There are settings for Tilt that can be configured using a tilt-settings.json file. The settings file is not checked into source control. A sample settings file is provided in tilt-settings.sample.json. To use the sample settings file, copy it to tilt-settings.json

By default, Tilt is configured to only allow connections to the following Kubernetes contexts:

  • docker-desktop
  • kind-kind
  • minikube

Please add any additional contexts to the allowedContexts list in your tilt-settings.json file.

Running Tilt

tilt up

Testing

Counterfeiter

go generate ./...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 11

Morty Proxy This is a proxified and sanitized view of the page, visit original site.