pixie

module
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2024 License: Apache-2.0

README

Pixiecore

This project is a permanent fork of: Pixiecore

Sample command to run pixie in grpc mode which talks to the metal-api and provides grpc client certificates and the metal-api-view-hmac to the metal-hammer. With this metal-hammer will be able to talk to metal-api directly.

docker run -it --rm -name pixiecore \
    --network host \
    --dns 10.1.253.13 \
    --dns 10.1.253.29 \
    --volume "/certs/grpc:/certs/grpc:ro" \
    ghcr.io/metal-stack/pixie grpc \
        --debug \
        --dhcp-no-bind \
        --pixie-api-url http://the-ip-of-this-service/certs \
        --grpc-address api.metal-stack.dev:50051 \
        --grpc-ca-cert /certs/grpc/ca.pem \
        --grpc-cert /certs/grpc/client.pem \
        --grpc-key /certs/grpc/client-key.pem \
        --metal-api-url https://api.metal-stack.io/metal \
        --metal-api-view-hmac a-view-hmac \
        --partition partition-1

Directories

Path Synopsis
Package dhcp4 provides building blocks for DHCP clients and servers.
Package dhcp4 provides building blocks for DHCP clients and servers.
cli
Package cli implements the commandline interface for Pixiecore.
Package cli implements the commandline interface for Pixiecore.

Jump to

Keyboard shortcuts

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