Skip to content

Commit f9f45b3

Browse files
authored
Replace Loodse -> Kubermatic (#426)
* Replace Loodse -> Kubermatic * Change loodse -> kubermatic
1 parent e44869c commit f9f45b3

File tree

47 files changed

+165
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+165
-165
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Loodse Community Code of Conduct
1+
# Kubermatic Community Code of Conduct
22

33
## Contributor Code of Conduct
44

@@ -32,6 +32,6 @@ Conduct may be permanently removed from the project team.
3232
This code of conduct applies both within project spaces and in public spaces
3333
when an individual is representing the project or its community.
3434

35-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the Loodse Conduct Committee via coc@loodse.com.
35+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the Kubermatic Conduct Committee via coc@kubermatic.com.
3636

3737
This Code of Conduct is adapted from the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md) and [Contributor Covenant](http://contributor-covenant.org/version/1/2/0/), version 1.2.0.

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Contribute
22

3-
Loodse projects are [Apache 2.0 licensed](LICENSE) and accept contributions via
3+
Kubermatic projects are [Apache 2.0 licensed](LICENSE) and accept contributions via
44
GitHub pull requests. This document outlines some of the conventions on
55
development workflow, commit message formatting, contact points and other
66
resources to make it easier to get your contribution accepted.
@@ -12,7 +12,7 @@ Origin (DCO). This document was created by the Linux Kernel community and is a
1212
simple statement that you, as a contributor, have the legal right to make the
1313
contribution. See the [DCO](DCO) file for details.
1414

15-
Any copyright notices in this repo should specify the authors as "the Loodse Docs project contributors".
15+
Any copyright notices in this repo should specify the authors as "the Kubermatic Docs project contributors".
1616

1717
To sign your work, just add a line like this at the end of your commit message:
1818

@@ -26,16 +26,16 @@ By doing this you state that you can certify the following (from https://develop
2626

2727
## Email and Chat
2828

29-
The Docs project currently uses the general Loodse email list and Slack channel:
30-
- Email: [loodse-dev](https://groups.google.com/forum/#!forum/loodse-dev)
29+
The Docs project currently uses the general Kubermatic email list and Slack channel:
30+
- Email: [kubermatic-dev](https://groups.google.com/forum/#!forum/kubermatic-dev)
3131
- Slack: #[kubermatic](http://slack.kubermatic.io/) on Slack
3232

3333
Please avoid emailing maintainers found in the MAINTAINERS file directly. They
3434
are very busy and read the mailing lists.
3535

3636
## Reporting a security vulnerability
3737

38-
Due to their public nature, GitHub and mailing lists are not appropriate places for reporting vulnerabilities. If you suspect you have found a security vulnerability, please do not file a GitHub issue, but instead email security@loodse.com with the full details, including steps to reproduce the issue.
38+
Due to their public nature, GitHub and mailing lists are not appropriate places for reporting vulnerabilities. If you suspect you have found a security vulnerability, please do not file a GitHub issue, but instead email security@kubermatic.com with the full details, including steps to reproduce the issue.
3939

4040

4141
## Getting Started

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Loodse documentation is licensed under the Apache License 2.0 or,
1+
Kubermatic documentation is licensed under the Apache License 2.0 or,
22
alternatively, under the Creative Commons Attribution 4.0 International
33
Public License.
44

@@ -190,7 +190,7 @@ Public License.
190190
same "printed page" as the copyright notice for easier
191191
identification within third-party archives.
192192

193-
Copyright 2019 Loodse
193+
Copyright 2019 Kubermatic
194194

195195
Licensed under the Apache License, Version 2.0 (the "License");
196196
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ Feedback and discussion are available on [the mailing list][11].
4545
[2]: https://github.com/kubermatic/docs/blob/master/CONTRIBUTING.md
4646
[4]: https://github.com/kubermatic/docs/blob/master/CODE_OF_CONDUCT.md
4747

48-
[11]: https://groups.google.com/forum/#!forum/loodse-dev
48+
[11]: https://groups.google.com/forum/#!forum/kubermatic-dev
4949
[13]: https://github.com/kubermatic/docs/blob/master/docs/zenhub.md

Zenhub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
As an Open Source community, it is necessary for our work, communication, and collaboration to be done in the open.
44
GitHub provides a central repository for code, pull requests, issues, and documentation. When applicable, we will use Google Docs for design reviews, proposals, and other working documents.
55

6-
While GitHub issues, milestones, and labels generally work pretty well, the Loodse team has found that product planning requires some additional tooling that GitHub projects do not offer.
6+
While GitHub issues, milestones, and labels generally work pretty well, the Kubermatic team has found that product planning requires some additional tooling that GitHub projects do not offer.
77

88
In our effort to minimize tooling while enabling product management insights, we have decided to use [ZenHub Open-Source](https://www.zenhub.com/blog/open-source/) to overlay product and project tracking on top of GitHub.
99
ZenHub is a GitHub application that provides Kanban visualization, Epic tracking, fine-grained prioritization, and more. It's primary backing storage system is existing GitHub issues along with additional metadata stored in ZenHub's database.

config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ favicon = "/img/favicon.ico"
1212
# Prefix URL to edit current page. Will display an "Edit this page" button on top right hand corner of every page.
1313
# Useful to give opportunity to people to create merge request for your doc.
1414
# See the config.toml file from this documentation site to have an example.
15-
editURL = "https://github.com/loodse/docs/edit/master/content/"
15+
editURL = "https://github.com/kubermatic/docs/edit/master/content/"
1616
# Author of the site, will be used in meta information
17-
author = "Loodse GmbH"
17+
author = "Kubermatic GmbH"
1818
# Description of the site, will be used in meta information
1919
description = "Official Kubermatic Documentation"
2020
# Shows a checkmark for visited pages on the menu
@@ -63,7 +63,7 @@ url = "https://www.kubermatic.com"
6363
class = "fa fa-globe"
6464

6565
[[params.socials]]
66-
url = "https://twitter.com/Loodse"
66+
url = "https://twitter.com/Kubermatic"
6767
class = "fab fa-twitter"
6868

6969
[[params.socials]]
@@ -75,5 +75,5 @@ url = "https://www.youtube.com/channel/UCHyOXqpOR7TRyOzS5bolcUw"
7575
class = "fab fa-youtube"
7676

7777
[[params.socials]]
78-
url = "https://www.facebook.com/loodse/"
78+
url = "https://www.facebook.com/kubermatic/"
7979
class = "fab fa-facebook-f"

content/kubecarrier/master/api_reference/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ spec:
669669
displayName: CouchDB
670670
description: The compfy database
671671
baseCRD:
672-
name: couchdbs.eu-west-1.loodse
672+
name: couchdbs.eu-west-1.kubermatic
673673
```
674674

675675
**Example with limited fields**
@@ -683,7 +683,7 @@ spec:
683683
displayName: CouchDB
684684
description: The compfy database
685685
baseCRD:
686-
name: couchdbs.eu-west-1.loodse
686+
name: couchdbs.eu-west-1.kubermatic
687687
derive:
688688
expose:
689689
- versions:

content/kubecarrier/master/getting_started/70_api_access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Static users uses a static htpasswd file for user authentication.
168168
First, create a new file via the `htpasswd` utility. In this example, we are using `Bcrypt` as a hashing algorithm. Make sure to specify a strong algorithm, because the default `MD5` hash is insecure.
169169

170170
```bash
171-
htpasswd -B -C 12 -c my-user-file nico@loodse.com
171+
htpasswd -B -C 12 -c my-user-file nico@kubermatic.com
172172
```
173173

174174
Load this file into a Kubernetes Secret into the `kubecarrier-system` namespace:

content/kubecarrier/v0.1/api_reference/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ spec:
613613
displayName: CouchDB
614614
description: The compfy database
615615
baseCRD:
616-
name: couchdbs.eu-west-1.loodse
616+
name: couchdbs.eu-west-1.kubermatic
617617
```
618618

619619
**Example with limited fields**
@@ -627,7 +627,7 @@ spec:
627627
displayName: CouchDB
628628
description: The compfy database
629629
baseCRD:
630-
name: couchdbs.eu-west-1.loodse
630+
name: couchdbs.eu-west-1.kubermatic
631631
derive:
632632
kindOverride: CouchDBPublic
633633
expose:

content/kubecarrier/v0.2/api_reference/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ spec:
613613
displayName: CouchDB
614614
description: The compfy database
615615
baseCRD:
616-
name: couchdbs.eu-west-1.loodse
616+
name: couchdbs.eu-west-1.kubermatic
617617
```
618618

619619
**Example with limited fields**
@@ -627,7 +627,7 @@ spec:
627627
displayName: CouchDB
628628
description: The compfy database
629629
baseCRD:
630-
name: couchdbs.eu-west-1.loodse
630+
name: couchdbs.eu-west-1.kubermatic
631631
derive:
632632
kindOverride: CouchDBPublic
633633
expose:

content/kubecarrier/v0.2/getting_started/70_api_access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Htpasswd uses a static htpasswd file for user authentication.
156156
First, create a new file via the `htpasswd` utility. In this example, we are using `Bcrypt` as a hashing algorithm. Make sure to specify a strong algorithm, because the default `MD5` hash is insecure.
157157

158158
```bash
159-
htpasswd -B -c my-user-file nico@loodse.com
159+
htpasswd -B -c my-user-file nico@kubermatic.com
160160
```
161161

162162
Load this file into a Kubernetes Secret into the `kubecarrier-system` namespace:

content/kubecarrier/v0.3/api_reference/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ spec:
669669
displayName: CouchDB
670670
description: The compfy database
671671
baseCRD:
672-
name: couchdbs.eu-west-1.loodse
672+
name: couchdbs.eu-west-1.kubermatic
673673
```
674674

675675
**Example with limited fields**
@@ -683,7 +683,7 @@ spec:
683683
displayName: CouchDB
684684
description: The compfy database
685685
baseCRD:
686-
name: couchdbs.eu-west-1.loodse
686+
name: couchdbs.eu-west-1.kubermatic
687687
derive:
688688
expose:
689689
- versions:

content/kubecarrier/v0.3/getting_started/70_api_access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Static users uses a static htpasswd file for user authentication.
168168
First, create a new file via the `htpasswd` utility. In this example, we are using `Bcrypt` as a hashing algorithm. Make sure to specify a strong algorithm, because the default `MD5` hash is insecure.
169169

170170
```bash
171-
htpasswd -B -C 12 -c my-user-file nico@loodse.com
171+
htpasswd -B -C 12 -c my-user-file nico@kubermatic.com
172172
```
173173

174174
Load this file into a Kubernetes Secret into the `kubecarrier-system` namespace:

content/kubermatic/master/_index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Kubermatic is directly integrated with leading cloud providers Amazon Web Servic
1313
## Features
1414

1515
{{% notice tip %}}
16-
For latest updates follow us on Twitter [@Loodse](https://twitter.com/Loodse)
16+
For latest updates follow us on Twitter [@Kubermatic](https://twitter.com/Kubermatic)
1717
{{% /notice %}}
1818

1919
### Use Kubernetes
@@ -30,4 +30,4 @@ You can add and remove nodes in our easy to use dashboard. Just specify the amou
3030

3131
## Further Information
3232

33-
See [Loodse.com](https://www.loodse.com/).
33+
See [Kubermatic.com](https://www.kubermatic.com/).

content/kubermatic/master/advanced/custom_links/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
- icon: ""
5353
label: Twitter
5454
location: footer
55-
url: https://www.twitter.com/loodse
55+
url: https://www.twitter.com/kubermatic
5656
- icon: ""
5757
label: GitHub
5858
location: footer

content/kubermatic/master/advanced/oidc_auth/_index.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ In order for the shared `kubeconfig` to be of any use, we must grant that other
3737
point to the cluster and create a `rolebinding` or `clusterrolebinding`, using the email address of the user the `kubeconfig` was
3838
shared to as value for the `user` property.
3939

40-
The following example command grants read-only access to the cluster to `lukasz@loodse.com`:
40+
The following example command grants read-only access to the cluster to `lukasz@kubermatic.com`:
4141

4242
```bash
43-
kubectl create clusterrolebinding lukaszviewer --clusterrole=view --user=lukasz@loodse.com
43+
kubectl create clusterrolebinding lukaszviewer --clusterrole=view --user=lukasz@kubermatic.com
4444
```
4545

4646
Now it's time to let the user the cluster was shared to use the config and list some resources for example `pods`.
@@ -56,7 +56,7 @@ If the `lukaszviewer` binding gets deleted or something else goes wrong, the fol
5656
```bash
5757
kubectl get pods
5858

59-
Error from server (Forbidden): pods is forbidden: User "lukasz@loodse.com" cannot list pods in the namespace "default"
59+
Error from server (Forbidden): pods is forbidden: User "lukasz@kubermatic.com" cannot list pods in the namespace "default"
6060
```
6161

6262
### Prerequisites

content/kubermatic/master/concepts/datacenters/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ datacenters:
151151
centos: "centos-template"
152152
coreos: "coreos-template"
153153
requiredEmailDomains:
154-
- "loodse.com"
154+
- "kubermatic.com"
155155
- "example.com"
156156

157157
#==================================

content/kubermatic/master/installation/install_kubermatic_ee/_index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enterprise = true
88
This chapter explains the installation procedure of Kubermatic into a pre-existing Kubernetes cluster.
99

1010
{{% notice note %}}
11-
At the moment you need to be invited to get access to Kubermatic's Docker registry before you can try it out. Please [contact sales](mailto:sales@loodse.com) to receive your credentials.
11+
At the moment you need to be invited to get access to Kubermatic's Docker registry before you can try it out. Please [contact sales](mailto:sales@kubermatic.com) to receive your credentials.
1212
{{% /notice %}}
1313

1414
## Terminology
@@ -144,7 +144,7 @@ dex:
144144
userID: "08a8684b-db88-4b73-90a9-3cd1661f5466"
145145

146146
kubermaticOperator:
147-
# insert the Docker authentication JSON provided by Loodse here
147+
# insert the Docker authentication JSON provided by Kubermatic here
148148
imagePullSecret: |
149149
{
150150
"auths": {

content/kubermatic/master/upgrading/2.6_to_2.7/_index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ datacenters:
106106
location: Antarctica
107107
seed: europe-west3-c
108108
country: DE
109-
provider: Loodse
109+
provider: Kubermatic
110110
seed_dns_overwrite: internal8
111111
spec:
112112
vsphere:
113113
endpoint: "https://antarctica.kubermatic.io"
114114
datacenter: "Datacenter-foo"
115115
datastore: "datastore-bar"
116-
cluster: "loodse-cluster"
116+
cluster: "kubermatic-cluster"
117117
allow_insecure: false
118118
root_path: "/Datacenter/vm/kubermatic"
119119
templates:

content/kubermatic/master/upgrading/2.8_to_2.9/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Within the "Add Node" dialog, the user can specific if a floating IP should be a
6767
If the assignment of floating IP's is a requirement to ensure Node-> API server communication, the assignment can be enforced within the datacenters.yaml:
6868

6969
```yaml
70-
loodse-hamburg-1:
70+
kubermatic-hamburg-1:
7171
location: Hamburg
7272
seed: europe-west3-c
7373
country: DE

content/kubermatic/v2.12/_index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Kubermatic is directly integrated with leading cloud providers Amazon Web Servic
1515
## Features
1616

1717
{{% notice tip %}}
18-
For latest updates follow us on Twitter [@Loodse](https://twitter.com/Loodse)
18+
For latest updates follow us on Twitter [@Kubermatic](https://twitter.com/Kubermatic)
1919
{{% /notice %}}
2020

2121
### Use Kubernetes
@@ -32,4 +32,4 @@ You can add and remove nodes in our easy to use dashboard. Just specify the amou
3232

3333
## Further Information
3434

35-
See [Loodse.com](https://www.loodse.com/).
35+
See [Kubermatic.com](https://www.kubermatic.com/).

content/kubermatic/v2.12/advanced/custom_links/_index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ As a first step we need to change the application config:
6363
"custom_links": [
6464
{
6565
"label": "Twitter",
66-
"url": "https://www.twitter.com/loodse"
66+
"url": "https://www.twitter.com/kubermatic"
6767
},
6868
{
6969
"label": "GitHub",
@@ -99,7 +99,7 @@ Let's change some of the icons:
9999
"custom_links": [
100100
{
101101
"label": "Twitter",
102-
"url": "https://www.twitter.com/loodse",
102+
"url": "https://www.twitter.com/kubermatic",
103103
"icon": "http://www.stickpng.com/assets/images/580b57fcd9996e24bc43c53e.png"
104104
},
105105
{

content/kubermatic/v2.12/advanced/oidc_auth/_index.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ In order for the shared `kubeconfig` to be of any use, we must grant that other
3737
point to the cluster and create a `rolebinding` or `clusterrolebinding`, using the email address of the user the `kubeconfig` was
3838
shared to as value for the `user` property.
3939

40-
The following example command grants read-only access to the cluster to `lukasz@loodse.com`:
40+
The following example command grants read-only access to the cluster to `lukasz@kubermatic.com`:
4141

4242
```bash
43-
kubectl create clusterrolebinding lukaszviewer --clusterrole=view --user=lukasz@loodse.com
43+
kubectl create clusterrolebinding lukaszviewer --clusterrole=view --user=lukasz@kubermatic.com
4444
```
4545

4646
Now it's time to let the user the cluster was shared to use the config and list some resources for example `pods`.
@@ -56,7 +56,7 @@ If the `lukaszviewer` binding gets deleted or something else goes wrong, the fol
5656
```bash
5757
kubectl get pods
5858

59-
Error from server (Forbidden): pods is forbidden: User "lukasz@loodse.com" cannot list pods in the namespace "default"
59+
Error from server (Forbidden): pods is forbidden: User "lukasz@kubermatic.com" cannot list pods in the namespace "default"
6060
```
6161

6262
### Prerequisites

content/kubermatic/v2.12/concepts/datacenters/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ datacenters:
151151
centos: "centos-template"
152152
coreos: "coreos-template"
153153
requiredEmailDomains:
154-
- "loodse.com"
154+
- "kubermatic.com"
155155
- "example.com"
156156

157157
#==================================

content/kubermatic/v2.12/installation/install_kubermatic/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight = 20
88
This chapter explains the automated as well as the manual installation of Kubermatic into a pre-existing Kubernetes cluster.
99

1010
{{% notice note %}}
11-
At the moment you need to be invited to get access to Kubermatic's Docker registry before you can try it out. Please [contact sales](mailto:sales@loodse.com) to receive your credentials.
11+
At the moment you need to be invited to get access to Kubermatic's Docker registry before you can try it out. Please [contact sales](mailto:sales@kubermatic.com) to receive your credentials.
1212
{{% /notice %}}
1313

1414
## Terminology

content/kubermatic/v2.12/installation/install_kubermatic/_installer.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight = 10
88
Using the installer is the recommended way of installing Kubermatic into your cluster. It provides a simple web wizard for configuration and automates the installation of all required components.
99

1010
{{% notice note %}}
11-
At the moment you need to be invited to get access to Kubermatic's Docker registry before you can try it out. Please [contact sales](mailto:sales@loodse.com) to receive your credentials.
11+
At the moment you need to be invited to get access to Kubermatic's Docker registry before you can try it out. Please [contact sales](mailto:sales@kubermatic.com) to receive your credentials.
1212
{{% /notice %}}
1313

1414
## Quickstart

0 commit comments

Comments
 (0)