Mastodon
I’ve juse set up a mastodon server for wire48 users. It can be found at https://mdn.wire48.net. It requires a wire48.net account to use.
I’ve juse set up a mastodon server for wire48 users. It can be found at https://mdn.wire48.net. It requires a wire48.net account to use.
Creating a kubernetes credential with permissions to restart deployments. This is useful in CI/CD systems that are to restart a deployment for example when a new image has been pushed to a registry
We will be using token auth as opposed to mtls. First we need a service account
kubectl -n default create sa test-sa
Create long lived token for sa. This command makes the token valid for 10 hours but you can set it to be valid for however long you require.
New site powered by hugo