pipecd

command
v0.47.1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 58 Imported by: 0

README

PipeCD Controle Plane

Development

Prerequisites

Repositories

  • pipecd: contains all source code and documentation of PipeCD project.

Commands

  • make build/go: builds all go modules including pipecd, piped, pipectl.
  • make test/go: runs all unit tests of go modules.
  • make test/integration: runs integration tests.
  • make gen/code: generate Go and Typescript code from protos and mock configs. You need to run it if you modified any proto or mock definition files.

For the full list of available commands, please see the Makefile at the root of repository.

How to run Control Plane locally

  1. Start running a Kubernetes cluster

    make kind-up
    

    Once it is no longer used, run make kind-down to delete it.

  2. Install the web dependencies module

    make update/web-deps
    
  3. Install Control Plane into the local cluster

    make run/pipecd
    

    Once all components are running up, use kubectl port-forward to expose the installed Control Plane on your localhost:

    kubectl -n pipecd port-forward svc/pipecd 8080
    
  4. Access to the local Control Plane web console

    Point your web browser to http://localhost:8080 to login with the configured static admin account: project = quickstart, username = hello-pipecd, password = hello-pipecd.

How to run Piped locally and add an application to your cluster

See How to run Piped agent locally.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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