From a20c9da0e216f660fdc2f74bae2a7c06b6bd1c27 Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 29 Jul 2021 13:25:37 +0200 Subject: [PATCH] further renaming --- README.md | 4 ++-- doc/Developement.md | 6 +++--- package.json | 2 +- public/index.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ddb1a8b..fcba94c 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ ## Purpose -c4k-mastodon-bot generates a k8s cron-job for your mastodon-bot. All inputs are validated, generaterd yaml will be wellformed, indenet and escaped. +c4k-mastodon-bot generates a c4k cron-job for your mastodon-bot. All inputs are validated, generaterd yaml will be wellformed, indenet and escaped. ## Rational -There are many comparable solutions for creating k8s deployments like helm or kustomize. Why do we need another one? +There are many comparable solutions for creating c4k deployments like helm or kustomize. Why do we need another one? * We like the simplicity of kustomize. Yaml in, yaml out, the ability to lint the result and the option to split large yaml files into objects. But a simple overwriting per environment may not be enough ... * We like helm packages. A package encapsulates the setup for an application. On the one hand, but on the other hand we don't like the idea of having to program and debug in a template language. We can program much better in real programming languages. diff --git a/doc/Developement.md b/doc/Developement.md index 7c83630..ed75740 100644 --- a/doc/Developement.md +++ b/doc/Developement.md @@ -38,13 +38,13 @@ wget https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-lin tar xf kubeval-linux-amd64.tar.gz sudo cp kubeval /usr/local/bin -## remote access to k8s +## remote access to c4k ``` -## remote access to k8s +## remote access to c4k ``` -scp -r root@devops.test.meissa-gmbh.de:/home/k8s/.kube ~/ +scp -r root@devops.test.meissa-gmbh.de:/home/c4k/.kube ~/ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@devops.test.meissa-gmbh.de -L 8002:localhost:8002 -L 6443:192.168.5.1:6443 # add in /etc/hosts "127.0.0.1 kubernetes" diff --git a/package.json b/package.json index 64dbec5..75929ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "c4k-mastodon-bot", - "description": "Generate k8s yaml for a mastodon-bot deployment.", + "description": "Generate c4k yaml for a mastodon-bot deployment.", "author": "meissa GmbH", "version": "0.1.5-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-mastodon-bot#readme", diff --git a/public/index.html b/public/index.html index 5d5d4be..187bbe1 100644 --- a/public/index.html +++ b/public/index.html @@ -65,10 +65,10 @@




- +