This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------- Dashboard Service Account ------------------- # | |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
labels: | |
k8s-app: kubernetes-dashboard | |
name: kubernetes-dashboard | |
namespace: kube-system |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
151.101.129.140 reddit.com | |
151.101.49.140 www.reddit.com | |
151.101.49.140 i.redditmedia.com | |
151.101.49.140 m.reddit.com | |
151.101.49.140 g.redditmedia.com | |
151.101.49.140 a.thumbs.redditmedia.com | |
151.101.193.140 redditgifts.com | |
151.101.49.140 i.redd.it | |
151.101.49.140 b.thumbs.redditmedia.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
# This file was automatically generated by the MediaWiki 1.31.0 | |
# installer. If you make manual changes, please keep track in case you | |
# need to recreate them later. | |
# | |
# See includes/DefaultSettings.php for all configurable settings | |
# and their default values, but don't forget to make changes in _this_ | |
# file, not there. | |
# | |
# Further documentation for configuration settings may be found at: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo 'Lets clean everything' | |
docker system prune --volumes |
NewerOlder