metalctl icon indicating copy to clipboard operation
metalctl copied to clipboard

The metal-stack CLI for accessing the metal-api.

Results 9 metalctl issues
Sort by recently updated
recently updated
newest added

Support for switch port toggle command

Just like `kubectl create -o yaml --dry-run=client`. Should be implemented in genericcli.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

References https://github.com/metal-stack/metal-api/pull/469

https://github.com/metal-stack/metal-api/issues/463 - [ ] depends on https://github.com/metal-stack/metal-go/pull/133 Seems to be working as expected: ``` $ /home/alex/Documents/github.com/metal-stack/metalctl/bin/metalctl-linux-amd64 tenant history --id metal-stack --at 1696580971 ID NAME DESCRIPTION LABELS ANNOTATIONS metal-stack metal-stack metal-stack...

https://github.com/metal-stack/metal-api/pull/356 introduces the new machine state `SHUTDOWN`, which indicates, that the machine was powered off by the pool scaler.

This idea came from #77. The `ctx` command should not take too long such that -- if we want to implement this -- we should call the contexts in parallel...