Skip to content

Instantly share code, notes, and snippets.

View kunalg's full-sized avatar

Kunal Gangakhedkar kunalg

View GitHub Profile
@kunalg
kunalg / config.json
Created June 18, 2017 18:27
minikube configuration with virtualbox driver
{
"ConfigVersion": 3,
"Driver": {
"IPAddress": "192.168.99.100",
"MachineName": "minikube",
"SSHUser": "docker",
"SSHPort": 42219,
"SSHKeyPath": "/home/kunal/.minikube/machines/minikube/id_rsa",
"StorePath": "/home/kunal/.minikube",
"SwarmMaster": false,
@kunalg
kunalg / cassandra-env.sh
Created July 10, 2015 18:43
Problematic cassandra-env.sh
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#