Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Platone DSO Technical Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
Project Deliverables
Platone
Platone DSO Technical Platform
Commits
82285448
Commit
82285448
authored
4 years ago
by
Jonas Baude
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
Signed-off-by:
Jonas Baude
<
jonas.baude@eonerc.rwth-aachen.de
>
parent
a70e63dd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+28
-0
28 additions, 0 deletions
README.md
with
28 additions
and
0 deletions
README.md
+
28
−
0
View file @
82285448
...
...
@@ -23,6 +23,34 @@ $ helm repo update
$
helm
install
influxdb influxdata/influxdb
-n
dsotp
-f
ts-database/influxdb-helm-values.yaml
```
Find pod
```
bash
$
kubectl
--namespace
dsotp get pods
```
Login to the pod
```
bashh
# kubectl --namespace dsotp exec -i -t [pod name] /bin/sh
```
Run influxdb CLI
```
bash
$
influx
```
Create database and user telegraf and grant access
```
sql
>
CREATE
DATABASE
telegraf
>
SHOW
Databases
>
CREATE
USER
telegraf
WITH
PASSWORD
'telegraf'
>
GRANT
ALL
ON
"telegraf"
TO
"telegraf"
```
### TS-DB Adapter
Create configmaps and deploy telegraf using the configmap
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment