agent icon indicating copy to clipboard operation
agent copied to clipboard

Subutai Agent is a tool that provides CLI to control Subutai infrastructure, and is a daemon that receives and performs Management commands through secured channels

Results 9 agent issues
Sort by recently updated
recently updated
newest added

Current config: ``` server { listen 80; server_name wp0.cow.dk; location /.well-known { default_type "text/plain"; rewrite /.well-known/(.*) /$1 break; root /var/lib/subutai/letsencrypt/webroot/wp0.cow.dk/.well-known/; } return 301 https://$host:443$request_uri; # enforce https } ``` Needs...

After upgrading to buster/lxc 3, some services fails when using buster-based containers - most noticeable: apache2, mariadb-server (mysql) dovecot

Debian Buster includes lxc 3.0 (rather than 2.0 used in Stretch) and this results in issues with Subutai. This issue documents my findings regarding these issues.

Need to add these nginx directives to templates ``` proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; ``` to websocket proxying https://www.nginx.com/blog/websocket-nginx/ additional info can be found here

fixed in dev
fixed in master
code only

Post from Slack: `All projects that are associated with building packages and have postinstall scripts should be made to log with extremely high verbosity. They should check before doing some...

Checked on 3 peers: 2 master peers and 1 dev peer have the same issue version : ``` 8.8.0+201904110910160 ``` ``` root@subutai:/# subutai list i NAME STATE IP Interface ----...

The agent cli documentation need some revision and cleanup to reflects latest version of agent. Example of page to archive: https://github.com/subutai-io/agent/wiki/p2p

documentation
cleanup/refactor

CRIU is a project to implement checkpoint/restore functionality for Linux. CRIU started as a project of Virtuozzo and grew with tremendous help from the community. It is currently used by...