Marques Johansson
Marques Johansson
I think the argument in favor of using other distribution channels is that those channels are the default or most popular in those environments. As such, those channels are the...
> Additionally, people who have used apt and friends to install the Linode CLI may be unpleasantly surprised to find out they have obsolete versions of the CLI which they...
https://github.com/displague/terraform-provider-linode https://github.com/displague/terraform-provider-linode/pull/12 is the best branch to work out of for now -- pretend any docs that say "terraform-providers" just says "displague" (until this gets made official).
There are a couple examples now using the [updated terraform provider](https://github.com/displague/terraform-provider-linode): - https://github.com/jfrederickson/kubernetes-linode-terraform - https://github.com/cliedeman/k8s-linode-terraform - https://github.com/camflan/linode-k8s/pull/2 --- If you are on Slack, join the Gopher's Slack: https://invite.slack.golangbridge.org/ and hop...
https://www.transposit.com/devops-blog/itsm/2019.12.10-using-extensions-to-support-pagination-in-openapi/ explores this topic fairly well and discusses https://spec.openapis.org/oas/v3.0.0#link-object and https://spec.openapis.org/oas/v3.0.0#runtime-expressions. It may help if the API returned the actual next page as a string URL. Tools like the LinodeCLI...
Using `Link` `rel="next"` headers (rather than response body components) is intriguing: * https://docs.github.com/en/rest/guides/traversing-with-pagination * https://github.com/OAI/OpenAPI-Specification/issues/2402 Rather than being an OAS3 feature, this is HTTP convention (https://datatracker.ietf.org/doc/html/rfc8288). Also related to OAS3...
Hyphens and dots are valid Linode instance names. This may no longer be a concern.
The new provider also makes it possible to provision and use data sources for API tokens, NodeBalancers, Domains, Images, and BlockStorage Volumes.
The table writer can be reused here as in https://github.com/tinkerbell/tink/blob/master/cmd/tink-cli/cmd/get/get.go#L95-L146 https://github.com/tinkerbell/tink/blob/master/cmd/tink-cli/cmd/workflow/get.go#L42-L50 would need to build an object to emit rather than println'ing each item.
Can we use sysrq-r from an action? https://hub.docker.com/r/mlafeldt/sysrq/ for example. > the action or task can't trigger a reboot by itself, as this will shut down the worker and it...