Let's look at some basic kubectl output options.
Our intention is to list nodes (with their AWS InstanceId) and Pods (sorted by node).
We can start with:
kubectl get no
| These original sources are now no longer available: | |
| - http://www.xent.com/FoRK-archive/oct00/0429.html | |
| - http://www.cryptorights.org/events/2000/superpolynomial.html | |
| For a 2000 example of how to use this song in a lecture format, see http://permalink.gmane.org/gmane.comp.encryption.general/4856 by Eric Hughes. | |
| To the tune of Mary Poppins: | |
| Superpolynomial subexponential runtimes. | |
| Even though in practice it would take you several lifetimes, |
| class Dashing.Pie extends Dashing.Widget | |
| @accessor 'value', Dashing.AnimatedValue | |
| onData: (data) -> | |
| width = 220 | |
| height = 220 | |
| radius = 110 | |
| color = d3.scale.category20() | |
| $(@node).find('.pie_chart svg').remove(); |
| Step 1: Upgrade Packages | |
| # yum update | |
| # yum groupinstall "Development Tools" | |
| Step 2: Installing Recommended Packages | |
| # yum install gcc-c++ patch readline readline-devel zlib zlib-devel | |
| # yum install libyaml-devel libffi-devel openssl-devel make | |
| # yum install bzip2 autoconf automake libtool bison iconv-devel | |
| Step 3: Install RVM ( Ruby Version Manager ) |
| This playbook has been removed as it is now very outdated. |