Skip to content

Commit 343e21e

Browse files
committed
added post install config
1 parent 756699a commit 343e21e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

apache-superset/post_install.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
## Apache Superset Installed!
3+
4+
You have successfully installed Apache Superset on your Kubernetes cluster.
5+
6+
### Next Steps:
7+
1. **Access Superset**: Visit the Superset UI through the provided Ingress URL or LoadBalancer IP.
8+
2. **Default Credentials**:
9+
- Username: `admin`
10+
- Password: `admin`
11+
Please change your credentials after the first login.
12+
13+
3. **Database Setup**: Connect Superset to your data sources by navigating to **Data > Databases** and following the setup instructions.
14+
15+
### Learn More:
16+
For detailed documentation, visit [Superset Documentation](https://superset.apache.org/docs).
17+

0 commit comments

Comments
 (0)