Marques Johansson

Results 267 issues of Marques Johansson

The Equinix Metal API is available via Swagger (OpenAPIv2) at https://api.equinix.com/metal/v1/api-docs/. Given the availability of https://goswagger.io/ and https://github.com/OpenAPITools/openapi-generator-cli we should be able to build a template (`docker run --rm -v...

help wanted

Very little is tested in this repository when a PR is created. (`make test BUILD=local`: https://github.com/packethost/packngo/blob/master/Makefile#L34-L35) With the go-vcr support that is currently present but disabled, we could start testing...

If a new API endpoint or data type is created that is not well-defined by this client, this client should offer functions that simplify consumption of those endpoints and data-types....

packngo includes some [forms of rate limiting](https://github.com/packethost/packngo/blob/master/packngo.go#L32-L34) from https://github.com/hashicorp/go-retryablehttp#go-retryablehttp. Go-retryable has only handled non 501 500 HTTP responses until recently. go-retryable has added 429 support https://github.com/hashicorp/go-retryablehttp/issues/99. The Packet API can...

enhancement

## Expected Behaviour PBNJ should be available for use in ARM based environments. ## Current Behaviour PBNJ is only available for amd64. https://quay.io/repository/tinkerbell/pbnj?tab=tags does not show multiple Linux penguin logos...

kind/feature
priority/important-longterm

The README.md could be improved in a few ways: - move 0.3 - 1.0 CAPI guidance to docs/MIGRATION.md - add a development readme (tilt based would be nice) - Add...

kind/documentation

Updates the README with some install and debugging notes. Restructures the README.md

cncf-cla: yes
approved
size/L
do-not-merge/hold

This PR applies changes for the Equinix provider: * sets the default firewall policy to drop (follow-up to https://github.com/juju/juju/pull/13695#issuecomment-1206010419) (borrows from rackspace provider) * filter flavors that are not available...

2.9

`spec.template.metadata.annotations scheduler.alpha.kubernetes.io/critical-pod` is non functional in 1.16+, use `priorityClassName` instead

bug

The `master` toleration is outdated. The new toleration should be for `node-role.kubernetes.io/control-plane`. https://kubernetes.io/docs/reference/labels-annotations-taints/

bug