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/sh | |
docker rm -f $(docker ps -qa) | |
docker volume rm $(docker volume ls -q) | |
cleanupdirs="/var/lib/etcd /etc/kubernetes /etc/cni /opt/cni /var/lib/cni /var/run/calico /opt/rke /opt/rook/* /var/lib/kubelet/volumeplugins/*" | |
for dir in $cleanupdirs; do | |
echo "Removing $dir" | |
rm -rf $dir | |
done |
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
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: longhorn-system | |
--- | |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: longhorn-service-account | |
namespace: longhorn-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
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: longhorn-system | |
--- | |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: longhorn-service-account | |
namespace: longhorn-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
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: longhorn-system | |
--- | |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: longhorn-service-account | |
namespace: longhorn-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
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: longhorn-system | |
--- | |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: longhorn-service-account | |
namespace: longhorn-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
D/com.distriqt.MediaPlayer::VideoControllerView(32189): show( 3000 ) mShowing=true | |
D/dalvikvm(32189): GC_FOR_ALLOC freed 31K, 4% free 17486K/18136K, paused 10ms, total 10ms | |
I/dalvikvm-heap(32189): Grow heap (frag case) to 17.184MB for 82960-byte allocation | |
D/dalvikvm(32189): GC_FOR_ALLOC freed <1K, 4% free 17567K/18220K, paused 9ms, total 9ms | |
I/air.thelaughingapp(32189): event: fullscreen:exit :: | |
D/com.distriqt.MediaPlayer::MediaPlayerStopFunction(32189): call | |
W/TimedEventQueue( 187): Event 742 was not found in the queue, already cancelled? | |
D/com.distriqt.MediaPlayer::MediaPlayerRemovePlayerFunction(32189): call | |
I/air.thelaughingapp(32189): event: mediaplayer:stopped :: | |
D/com.distriqt.MediaPlayer::MediaPlayerFragment(32189): onPause() |