fx icon indicating copy to clipboard operation
fx copied to clipboard

A Function as a Service tool makes a function as a container-based service in seconds.

Results 91 fx issues
Sort by recently updated
recently updated
newest added

https://github.com/d12/Bash-HTTP-Server

help wanted

if `fx` support verbose mode like `fx up --verbose ...` to show the log of the whole deployment, it would be great.

help wanted
good first issue

Trying following config on GKE, but no lucky. ``` apiVersion: extensions/v1beta1 kind: Ingress metadata: name: simple-fanout-example annotations: nginx.ingress.kubernetes.io/rewrite-target: / spec: rules: - host: gke.iiiii.li http: paths: - path: /hello backend:...

* Docker not works ```` root@d183ae05049d:~# curl -sLS https://get.k3s.io | INSTALL_K3S_EXEC='server --tls-san 127.0.01' INSTALL_K3S_VERSION='v0.9.1' sh - [INFO] Using v0.9.1 as release [INFO] Downloading hash https://github.com/rancher/k3s/releases/download/v0.9.1/sha256sum-amd64.txt [INFO] Skipping binary downloaded, installed...

CICD

Related discussion threads on Kubernetes repo: * https://github.com/kubernetes/kubernetes/issues/1319 * https://github.com/kubernetes/kubernetes/issues/1668 ## Problem: The workflow of the current solution of **fx** deploy a function to be a service, ![fx-on-k8s](https://user-images.githubusercontent.com/1001246/66765968-95366b00-eedf-11e9-8ae7-8239d787d55d.png) You can...

RFC

- [ ] load `KUBECONFIG` automatically, no need user to specify. - [ ] namespace should be derived from the current context

## Table of Contents - [Story](#story) - [Goals](#goals) - [Design](#design) - [Tasks](#tasks) ## Story The reason I build fx is I hate to do things repeatedly. As an engineer, we're...

RFC