Sanket Sudake and GitHub
1d41a198cb
Add CRDs link for easy references ( #2121 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-22 12:41:29 +05:30
Sanket Sudake and GitHub
6ced9d03d3
Support to dump request/response in router when debug mode enabled ( #2119 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-21 20:45:08 +05:30
Sanket Sudake and GitHub
19c7616a4b
Newdeploy/container function service names should fit in 63 characters ( #2117 )
...
* Add error message on deployment provision failure
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Add 63 characters limit for objects created via newdeploy/container
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-19 15:43:10 +05:30
a82281ad1c
containers as functions ( #1681 )
...
PR adds a new executortype which supports running containers as functions. New CLI under functions is added to create container as functions.
Co-authored-by: Harsh Thakur <harshthakur9030@gmail.com >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-16 18:08:41 +05:30
Sanket Sudake and GitHub
f3e1f9df90
Add go pprof support across fission components ( #2112 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-16 13:34:03 +05:30
Sanket Sudake and GitHub
c85b9e8cbc
Update keda connectors version to latest ( #2115 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-16 09:40:49 +05:30
Sanket Sudake and GitHub
ece0475808
Labels and annotation support for functions and environments ( #2113 )
...
1. Support for adding labels and annotations to functions & environment via fission CLI through create & update command.
2. Change ensures labels and annotations assigned to the environment would reflect on pods created via executor type pool manager and new deploy.
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-15 17:22:01 +05:30
Sanket Sudake and GitHub
2e0bb9304a
Covert maps to sync maps in executor fscache to avoid dirty reads ( #2105 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-08 10:40:17 +05:30
Sanket Sudake and GitHub
74c0142968
Replace controller with generated SharedIndexerInformers ( #2103 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-06 13:56:10 +05:30
Sanket Sudake and GitHub
7c71d90d17
Fix race condition in fetcher readyness check ( #2101 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-06 10:56:06 +05:30
Sanket Sudake and GitHub
f86fde81e6
Shared informers ( #2092 )
...
* Use shared informers across executor for fission CRs
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Add informer for configmap and secrets
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Use shared informers in router
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Add shared informer for canary config
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Add sharedinformer for ready pod check
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Refer informer instead of store in resolver
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Run informers before executors
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Add missing canary config handler calls
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Enable websocket test
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Run dump collection always
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-05 20:28:26 +05:30
Sanket Sudake and GitHub
43814450e5
Increase timeout for kubectl test ( #2100 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-05 14:57:11 +05:30
Sanket Sudake and GitHub
d5077ee816
Updated Go dependencies and added cache in workflows ( #2099 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-07-04 12:38:27 +05:30
Sanket Sudake and GitHub
2cf2c6979e
Use latest release for upgrade tests ( #2097 )
...
Fix upgrade CI flow and added checks at places required
2021-07-02 15:48:02 +05:30
Sanket Sudake and GitHub
154fe0d447
Retrieve pod metrics only if metrics server is running and Go lint fixes ( #2094 )
...
* Retrieve pod metrics only if metrics server is running
Currently we query pod metrics every 30 sec which floods executor logs,
added check which confirms if metrics server is running then only we start
querying pod metrics for identifying CPU utilization.
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Fixed couple of typos and misspells with Go CI
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Remove unnecessary conversions with Go CI
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-28 10:06:32 +05:30
Sanket Sudake and GitHub
a493f0117d
Move informers,clientset and listers to generated package ( #2093 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-26 11:13:46 +05:30
Sanket Sudake and GitHub
cc0400bdd4
Move clientset,listers,informers to pkg/client from pkg/apis ( #2090 )
...
* Move clientset,listers,informers to pkg/client from pkg/apis
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Update golangci-lint version and timeout
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-24 12:07:14 +05:30
Sanket Sudake and GitHub
8b57a035ee
Add a separate lint and unit test flow ( #2089 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-22 15:00:58 +05:30
dc57f83d19
Add multi k8s version and os support in ci tests ( #2082 )
...
* add multi env and multi k8s support on integraation tests
* test workflow
* test workflow
* test workflow
* remove test branch name
* correct kind action with image and version
* use same kind version as per kind images
* use OS as ubuntu-latest
* fetch upstream
* add .github/workflows to paths
* resolve conflicts
* make kindimage appear first on workflow
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-22 13:25:55 +05:30
Sanket Sudake and GitHub
611f556cf9
Update changelog ( #2088 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-21 19:22:29 +05:30
Sanket Sudake and GitHub
d06ad04341
Changes for 1.13.1 release ( #2087 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
v1.13.1
1.13.1
2021-06-21 15:22:59 +05:30
Sanket Sudake and GitHub
72c89268ec
Ignore errors from zap logger Sync ( #2086 )
...
Added golang CI lint
Reference issue: https://github.com/uber-go/zap/issues/880
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-21 11:58:48 +05:30
Sanket Sudake and GitHub
3f99b483cb
Correct release name in release script for non helm install ( #2084 )
...
* Correct release name in release script for non helm install
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Increase test timeout to 20 minutes
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Enable codeql for master only
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-20 21:38:48 +05:30
Sanket Sudake and GitHub
9bef235252
Use codeql for code scanning ( #2078 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-18 14:59:07 +05:30
18935dcfdd
Lint fix ( #2074 )
...
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-18 13:41:23 +05:30
Sanket Sudake and GitHub
db2fb81654
Update changelog for 1.13.0 release ( #2073 )
...
* Update changelog for 1.13.0 release
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Just add 1.13 notes
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Correct PRs for 1.13
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* minor change
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-16 18:08:02 +05:30
Sanket Sudake and GitHub
6fbd4878be
Generate and archive fission cli per OS and platform ( #2071 )
...
* Generate and archive fission cli per OS and platform
* Separate tagging from release script
v1.13.0
1.13.0
2021-06-16 13:10:31 +05:30
Sanket Sudake and GitHub
023a9905f6
Changes for releasing 1.13 ( #2070 )
...
* Changes for releasing 1.13
- Changed release version in charts 1.13
- Made changes in release scripts and makefile
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Update helm chart maintainers
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-15 19:50:23 +05:30
Harsh Thakur and GitHub
6facdac464
Fix golang lint errors ( #2068 )
...
* Fix golang lint errors
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Typo for fields
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Multi error fix
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Multi error fix
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Add nolint to logtostderr errcheck
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
2021-06-15 15:03:42 +05:30
377600d0a3
Add router cache back for performance comparision ( #2036 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
Co-authored-by: Vishal <vishal-biyani@users.noreply.github.com >
2021-06-14 18:30:23 +05:30
b6cf078395
Added GCP PubSub Image, enabled Keda by default and updated versions of all Keda connector images ( #2065 )
...
* Added GCP PubSub Image, enabled Keda by default and updated versions of all Keda connector images
Signed-off-by: Vishal Biyani <vrbiyani@gmail.com >
* Fixed the hyphens, it's been long since I have written Helm templates :)
Signed-off-by: Vishal Biyani <vrbiyani@gmail.com >
* Fixed the hyphens, it's been long since I have written Helm templates :)
Signed-off-by: Vishal Biyani <vrbiyani@gmail.com >
* Update charts/fission-all/values.yaml
Co-authored-by: Harsh Thakur <harshthakur9030@gmail.com >
* Update charts/fission-core/values.yaml
Co-authored-by: Harsh Thakur <harshthakur9030@gmail.com >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
Co-authored-by: Harsh Thakur <harshthakur9030@gmail.com >
2021-06-14 17:20:44 +05:30
673ca25cf2
Support for multiple HTTP verbs in routes/HTTPTrigger ( #2064 )
...
* Support for multiple HTTP verbs in routes/HTTPTrigger
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Update pkg/apis/core/v1/types.go
Co-authored-by: Harsh Thakur <harshthakur9030@gmail.com >
* Fix fallbackurl for ingress
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
Co-authored-by: Harsh Thakur <harshthakur9030@gmail.com >
2021-06-14 14:48:27 +05:30
4038f0384b
Add a SharedIndexInformer for services and deployments to NewDeploy executor ( #2061 )
...
* Add a SharedIndexInformer for services and deployments to NewDeploy executor.
This brings the NewDeploy executor behaviour into sync with GenericPoolManager behaviour
by caching Kubernetes services and deployments used in per-request function validation.
* Create informers in executer by executor label
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
Co-authored-by: James Sinclair <irgeek@btc.com.au >
2021-06-11 16:52:53 +05:30
Sanket Sudake and GitHub
f5dc6ab994
Correct docker platforms and optimize make commands ( #2066 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-11 13:05:08 +05:30
aa45703a99
Enable prefix based routing ( #2047 )
...
* Enable prefix based routing
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Optimize checking condition
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Disable few tests
* disable router modification for now
* run code generator
* Collect fission dump in CI
* Enable all tests back
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Remove unwanted code
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Add prefix support at more places and couple of todo's
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Few more changes
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Improve function trim support
* Support for prefix based urls in fission function test
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* multi route for fission function test
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Improve validations in trigger creations
* Adjust leading / in url from fission
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Change suburl to subpath for function test
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-10 13:54:49 +05:30
Harsh Thakur and GitHub
f01de5c802
Add websocket test ( #2053 )
...
* Add websocket test
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Use trap for exit code
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Remove readme
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Format, go version fix
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Update image name
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Use spec dir
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Change directory before running file
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Use
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
2021-06-10 12:27:20 +05:30
827b64d633
Add poolsize warning for environment create/update CLI ( #1837 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-08 11:53:38 +05:30
7bf82c7ea9
Move RBAC v1beta1 to v1 ( #2059 )
...
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-08 08:25:52 +05:30
3055a3ada0
Added body in the error topic header ( #1830 )
...
Signed-off-by: therahulbhati <rjbhati009@gmail.com >
Co-authored-by: Vishal <vishal-biyani@users.noreply.github.com >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-07 22:28:11 +05:30
5b1883802e
Added fission upgrade workflow ( #2050 )
...
* Adding upgrade workflow file
* Update upgrade_test.yaml
* Update push_pr.yaml
* Update upgrade_test.yaml
* adding kube A
* Update upgrade_test.yaml
* adding script for upgrade testing
* adding fission cli from soource
* changing order
* correcting typo
* adding fission fn
* restructirung upgrade test scripts
* restructirung upgrade test scripts
* adding fission cli build
* script arrangment
* script arrangment
* changing job name
* adding supporting scripts
* adding supporting scripts
* adding supporting scripts
* script re-ordered
* script re-ordered
* script modifcation
* moved scripts under /test
* separated function test blocks
* added a sleep
* reverting main workflow changes
* added stable version installation step
* added stable version installation step
* stable fn test
* adding latest version build
* adding latest version build
* adding new tests
* adding new tests
* adding new tests
* adding new tests
* adding new tests
* adding new tests
* adding new tests
* adding new tests
* adding new stable release
* adding new stable release
* disabling skaffold build and using docker build
* disabling skaffold build and using docker build
* disabling skaffold build and using docker build
* disabling skaffold build and using docker build
* fission upgrade using helm
* fission upgrade using helm
* fission upgrade using helm
* fission upgrade using helm
* fission upgrade using helm
* fission upgrade using helm
* fission upgrade using helm
* fission upgrade using helm
* adding helm upgrade with dependency update
* cleanup scripts
* added crd deletion step before helm upgrade
* added crd deletion step before helm upgrade
* added crd deletion step before helm upgrade
* adding run tests
* added test apache deployment
* change in repo name
* helm list added
* changed pullpolicy
* troubleshooting
* troubleshooting
* troubleshooting
* troubleshooting
* troubleshooting
* troubleshooting
* removed hardcoded enteries from helm charts
* fixing alignment
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* removed temp files [cleanup]
* removed timeout
* adding preupgradechecks image build
* adding fission object creation after upgrade
* removing fissin object creation after upgrading...
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* workflow step split-up
* clean-up
* clean-up
* output formatting
* added a sleep to re-create resources
* added a sleep to re-create resources
* added a sleep to re-create resources
* excluded examples from upgrade work flow
* removed helm stable update step from workflow
* removed helm stable update step from workflow
* added pr corrections
* typo correction
* troubleshooting
* troubleshooting
* troubleshooting
* pr corrections
* pr corrections
* pr corrections
* removed sleep after helm upgrade
* fixing typo
* remvoed sleep after fn creation
* clean-up
* clean-up
* added workflow_dispatch
* added workflow_dispatch
* added workflow_dispatch
* added workflow_dispatch
Co-authored-by: Jithindevasia <jithindevasia@Infraclouds-MacBook-Pro.local >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-07 21:20:06 +05:30
bef677678b
make router resources configurable (needed for router HPA setup) ( #1857 )
...
Co-authored-by: Daniel Candrea <daniel.candrea@complyadvantage.com >
Co-authored-by: Vishal <vishal-biyani@users.noreply.github.com >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-06 14:13:07 +05:30
Sanket Sudake and GitHub
61c59b514f
Collect fission dump if CI tests fails & enable manual trigger ( #2058 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-06 10:42:43 +05:30
8f998e799d
Feature/router core component pod config ( #1936 )
...
* Update router.yaml
* Update router.yaml
* Update README.md
* Update values.yaml
* Update values.yaml
* Update Chart.yaml
* Update Chart.yaml
* Update Chart.yaml
* Update Chart.yaml
* Update Chart.yaml
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-03 21:15:17 +05:30
Sanket Sudake and GitHub
c2f455ec1b
Capture timestamp whenever cleanup is triggered in tests ( #2054 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-03 14:31:40 +05:30
Sanket Sudake and GitHub
3a8af97eb9
Wait for small time to avoid timeout in specs tests ( #2052 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-03 10:57:10 +05:30
Sanket Sudake and GitHub
e6c13057ce
Change container name for runtime container to environment name in newdeploy ( #2044 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-02 16:23:53 +05:30
5f47a25711
Multiarch release ( #1929 )
...
* Adding release script for multiarch
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Comment on buildx
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Remove need of triggering buildx script explicitly in build
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-02 14:40:11 +05:30
Sanket Sudake and GitHub
4c9b67ead4
Add role required by fetcher pod to fetch events & pods in helm chart ( #2048 )
...
* Add role required by fetcher pod to fetch events & pods in helm chart
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Add prometheus repo in Github PR flow
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2021-06-02 11:42:41 +05:30
Harsh Thakur and GitHub
adef5e0e6a
Add targets for CRDs and CLI ( #2049 )
...
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
2021-06-01 14:58:10 +05:30
4e2632e100
Keda podspec ( #2021 )
...
* Add podspec to MQT
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Add preupgrade check
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
* Use zap logger
Signed-off-by: Harsh Thakur <harshthakur9030@gmail.com >
Co-authored-by: Sanket Sudake <sanketsudake@gmail.com >
2021-05-27 14:21:34 +05:30