If you'd like to experiment with Terraform and Kubernetes on macOS locally, a great provider for doing so is the Kubernetes provider. You can get set up in a few simple steps, like so:
Install Docker for Mac if you have not already.
If you'd like to experiment with Terraform and Kubernetes on macOS locally, a great provider for doing so is the Kubernetes provider. You can get set up in a few simple steps, like so:
Install Docker for Mac if you have not already.
| ------------------------------------------------------- | |
| T E S T S | |
| ------------------------------------------------------- | |
| Running org.jboss.aerogear.aerodoc.rest.SaleAgentEndpointTest | |
| Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.395 sec <<< FAILURE! | |
| org.jboss.aerogear.aerodoc.rest.SaleAgentEndpointTest Time elapsed: 394 sec <<< ERROR! | |
| java.lang.RuntimeException: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor | |
| at org.jboss.arquillian.test.spi.SecurityActions.newInstance(SecurityActions.java:160) | |
| at org.jboss.arquillian.test.spi.SecurityActions.newInstance(SecurityActions.java:111) | |
| at org.jboss.arquillian.test.spi.SecurityActions.newInstance(SecurityActions.java:97) |
| package info.fastpace.android.sample; | |
| import java.lang.reflect.InvocationHandler; | |
| import java.lang.reflect.Method; | |
| import java.lang.reflect.Proxy; | |
| import android.app.Activity; | |
| import android.app.Service; | |
| import android.content.ComponentName; | |
| import android.content.Context; |