Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change namespace #267

Merged
merged 1 commit into from
Apr 23, 2022
Merged

change namespace #267

merged 1 commit into from
Apr 23, 2022

Conversation

wenchajun
Copy link
Member

Signed-off-by: chengdehao dehaocheng@kubesphere.io

What this PR does / why we need it:

Since the name change to fluent-operator, we should also change the namespace to fluent. For this reason, I changed the relevant parameters in e2e test, readme and manifest to switch the namespace to fluent.

Which issue(s) this PR fixes:

Fixes #

Does this PR introduced a user-facing change?


Additional documentation, usage docs, etc.:


@@ -63,7 +63,7 @@ spec:
type: file
path: /buffers/stdout.log
- elasticsearch:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
host: elasticsearch-logging-data.fluent.svc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this part no need to change? It will use in the ks-installer?

Copy link
Member

@zhu733756 zhu733756 Apr 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this part no need to change? It will use in the ks-installer?

Or just leave it empty like "[elastic-cluster-host]"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The configuration of ks-installer has nothing to do with the configuration of this repository. I think the files in the manifest folder should be enabled as soon as they are deployed like the original.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md Outdated
@@ -396,7 +396,7 @@ metadata:
spec:
outputs:
- elasticsearch:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
host: elasticsearch-logging-data.fluent.svc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can keep the es namespace as it is before : elasticsearch-logging-data.kubesphere-logging-system.svc
only need to the fluentd or fluentbit or fluent operator namespace to fluent

README.md Outdated
labels:
output.fluentd.fluent.io/enabled: "true"
spec:
outputs:
- elasticsearch:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
host: elasticsearch-logging-data.fluent.svc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here: we can keep the es namespace as it is before : elasticsearch-logging-data.kubesphere-logging-system.svc

README.md Outdated
@@ -516,7 +516,7 @@ metadata:
spec:
outputs:
- elasticsearch:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
host: elasticsearch-logging-data.fluent.svc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can keep the es namespace as it is before : elasticsearch-logging-data.kubesphere-logging-system.svc

README.md Outdated
labels:
output.fluentd.fluent.io/enabled: "true"
output.fluentd.fluent.io/user: "user1"
spec:
outputs:
- elasticsearch:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
host: elasticsearch-logging-data.fluent.svc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can keep the es namespace as it is before : elasticsearch-logging-data.kubesphere-logging-system.svc

README.md Outdated
@@ -607,7 +607,7 @@ metadata:
spec:
outputs:
- elasticsearch:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
host: elasticsearch-logging-data.fluent.svc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can keep the es namespace as it is before : elasticsearch-logging-data.kubesphere-logging-system.svc

@@ -78,7 +78,7 @@ metadata:
spec:
outputs:
- elasticsearch:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
host: elasticsearch-logging-data.fluent.svc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can keep the es namespace as it is before : elasticsearch-logging-data.kubesphere-logging-system.svc

@@ -94,7 +94,7 @@ metadata:
spec:
outputs:
- elasticsearch:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
host: elasticsearch-logging-data.fluent.svc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can keep the es namespace as it is before : elasticsearch-logging-data.kubesphere-logging-system.svc

@@ -54,7 +54,7 @@ metadata:
spec:
outputs:
- elasticsearch:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
host: elasticsearch-logging-data.fluent.svc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can keep the es namespace as it is before : elasticsearch-logging-data.kubesphere-logging-system.svc

labels:
output.fluentd.fluent.io/enabled: "true"
spec:
outputs:
- elasticsearch:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
host: elasticsearch-logging-data.fluent.svc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can keep the es namespace as it is before : elasticsearch-logging-data.kubesphere-logging-system.svc

@@ -8,7 +8,7 @@ metadata:
spec:
matchRegex: auditd
es:
host: elasticsearch-logging-data.kubesphere-logging-system.svc
host: elasticsearch-logging-data.fluent.svc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can keep the es namespace as it is before : elasticsearch-logging-data.kubesphere-logging-system.svc

@wenchajun wenchajun force-pushed the namespace branch 2 times, most recently from 15ac733 to 49d5614 Compare April 22, 2022 09:44
Signed-off-by: chengdehao <dehaocheng@kubesphere.io>
@benjaminhuo benjaminhuo merged commit 09563bb into fluent:master Apr 23, 2022
@wenchajun wenchajun deleted the namespace branch April 6, 2023 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants