Giter VIP home page Giter VIP logo

nextcloud-kubernetes's People

Contributors

acheaito avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nextcloud-kubernetes's Issues

Error while trying to create admin user: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known

Please, @acheaito
can you help me?
I can access the database through phpmyadmin, using the ip number of the container, but I cannot access the db_host name, which is mariadb.
However, when I access the url of the Nextcloud app, I can't even create the admin user, because the bank is not found, not by the name "mariadb" and not even by the IP number.
How could I solve this problem, @acheaito ?
Grateful.

FailedAttachVolume for app

Given setup leads to FailedMount

ย  Multi-Attach error for volume "pvc-1209d273-a666-441d-afee-37c013f3caa1" Volume is already used by pod(s) nextcloud-cron-54fb8577cf-xzsl9

It can be fixed by using PVC in ReadWriteMany (RWX) mode

reverse proxy

i dont have ingress controler on my k8s cluster i use metallb load balancer to give a external ip
and i have nginx proxy manager on a docker vm for all my reverse and tls
i have try this service.yalm for the app:
Capture

Capture

my reverse point the 1.25.52.104 but i have this error:

Capture

1.25.52.86 is the ip of the api point of the cluster

i am new on k8s and is my first time with kustomize, can you help me please?

redis pod does not work on arm64 kube node

What special configuration is required to run redis pod on an arm64 worker node.

https://github.com/acheaito/nextcloud-kubernetes/blob/master/redis/deployment.yaml

I modified the deployment config as shown below:

apiVersion: apps/v1
kind: Deployment
metadata:
  labels:
    component: redis
  name: redis
spec:
  selector:
    matchLabels:
      component: redis
  replicas: 1
  template:
    metadata:
      labels:
        component: redis
    spec:
      containers:
        - name: redis
          image: redis:rc-buster
          ports:
            - containerPort: 6379
          resources:
            limits:
              memory: 400Mi
              cpu: 1
            requests:
              memory: 200Mi
              cpu: 500m

      restartPolicy: Always
      nodeSelector:
        boardType: rockpro64-arm64

I tried image redis:rc-buster

I keep getting memory issue:

1:C 17 Jan 2021 20:34:14.005 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 17 Jan 2021 20:34:14.005 # Redis version=6.1.241, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 17 Jan 2021 20:34:14.005 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
1:M 17 Jan 2021 20:34:14.010 * monotonic clock: POSIX clock_gettime
1:M 17 Jan 2021 20:34:14.012 * Running mode=standalone, port=6379.
1:M 17 Jan 2021 20:34:14.013 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
1:M 17 Jan 2021 20:34:14.013 # Server initialized


=== REDIS BUG REPORT START: Cut & paste starting from here ===
1:M 17 Jan 2021 20:34:14.013 # === ASSERTION FAILED ===
1:M 17 Jan 2021 20:34:14.013 # ==> server.c:5239 '!ret' is not true

------ STACK TRACE ------

Backtrace:
redis-server *:6379(linuxMadvFreeForkBugCheck+0x2e0)[0x555f99caa0]
redis-server *:6379(main+0x3ac)[0x555f98d924]
/lib/aarch64-linux-gnu/libc.so.6(__libc_start_main+0xe4)[0x7fa836dd24]
redis-server *:6379(+0x42cd0)[0x555f98dcd0]

------ INFO OUTPUT ------
# Server
redis_version:6.1.241
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:f73a8ce7d18e1a7e
redis_mode:standalone
os:Linux 4.4.190-1233-rockchip-ayufan-gd3f1be0ed310 aarch64
arch_bits:64
multiplexing_api:epoll
atomicvar_api:c11-builtin
gcc_version:8.3.0
process_id:1
process_supervised:no
run_id:d7bd1367ce4f031c1084bc823155a1da71674c8a
tcp_port:6379
server_time_usec:1610915653995871
uptime_in_seconds:-1
uptime_in_days:0
hz:10
configured_hz:10
lru_clock:302917
executable:/data/redis-server
config_file:
io_threads_active:0

# Clients
connected_clients:0
cluster_connections:0
maxclients:10000
client_recent_max_input_buffer:0
client_recent_max_output_buffer:0
blocked_clients:0
tracking_clients:0
clients_in_timeout_table:0

# Memory
used_memory:817576
used_memory_human:798.41K
used_memory_rss:0
used_memory_rss_human:0B
used_memory_peak:817576
used_memory_peak_human:798.41K
used_memory_peak_perc:inf%
used_memory_overhead:0
used_memory_startup:0
used_memory_dataset:817576
used_memory_dataset_perc:100.00%
allocator_allocated:0
allocator_active:0
allocator_resident:0
total_system_memory:2085765120
total_system_memory_human:1.94G
used_memory_lua:37888
used_memory_lua_human:37.00K
used_memory_scripts:0
used_memory_scripts_human:0B
number_of_cached_scripts:0
maxmemory:0
maxmemory_human:0B
maxmemory_policy:noeviction
allocator_frag_ratio:nan
allocator_frag_bytes:0
allocator_rss_ratio:nan
allocator_rss_bytes:0
rss_overhead_ratio:nan
rss_overhead_bytes:0
mem_fragmentation_ratio:nan
mem_fragmentation_bytes:0
mem_not_counted_for_evict:0
mem_replication_backlog:0
mem_clients_slaves:0
mem_clients_normal:0
mem_aof_buffer:0
mem_allocator:jemalloc-5.1.0
active_defrag_running:0
lazyfree_pending_objects:0
lazyfreed_objects:0

# Persistence
loading:0
current_cow_size:0
rdb_changes_since_last_save:0
rdb_bgsave_in_progress:0
rdb_last_save_time:1610915654
rdb_last_bgsave_status:ok
rdb_last_bgsave_time_sec:-1
rdb_current_bgsave_time_sec:-1
rdb_last_cow_size:0
aof_enabled:0
aof_rewrite_in_progress:0
aof_rewrite_scheduled:0
aof_last_rewrite_time_sec:-1
aof_current_rewrite_time_sec:-1
aof_last_bgrewrite_status:ok
aof_last_write_status:ok
aof_last_cow_size:0
module_fork_in_progress:0
module_fork_last_cow_size:0

# Stats
total_connections_received:0
total_commands_processed:0
instantaneous_ops_per_sec:0
total_net_input_bytes:0
total_net_output_bytes:0
instantaneous_input_kbps:0.00
instantaneous_output_kbps:0.00
rejected_connections:0
sync_full:0
sync_partial_ok:0
sync_partial_err:0
expired_keys:0
expired_stale_perc:0.00
expired_time_cap_reached_count:0
expire_cycle_cpu_milliseconds:0
evicted_keys:0
keyspace_hits:0
keyspace_misses:0
pubsub_channels:0
pubsub_patterns:0
latest_fork_usec:0
total_forks:0
migrate_cached_sockets:0
slave_expires_tracked_keys:0
active_defrag_hits:0
active_defrag_misses:0
active_defrag_key_hits:0
active_defrag_key_misses:0
tracking_total_keys:0
tracking_total_items:0
tracking_total_prefixes:0
unexpected_error_replies:0
total_error_replies:0
dump_payload_sanitizations:0
total_reads_processed:0
total_writes_processed:0
io_threaded_reads_processed:0
io_threaded_writes_processed:0

# Replication
role:master
connected_slaves:0
master_replid:948654150bf6d84c72889c5480580b6e60dfc866
master_replid2:0000000000000000000000000000000000000000
master_repl_offset:0
second_repl_offset:-1
repl_backlog_active:0
repl_backlog_size:1048576
repl_backlog_first_byte_offset:0
repl_backlog_histlen:0

# CPU
used_cpu_sys:0.044000
used_cpu_user:0.056000
used_cpu_sys_children:0.008000
used_cpu_user_children:0.000000
used_cpu_sys_main_thread:0.040000
used_cpu_user_main_thread:0.048000

# Modules

# Commandstats

# Errorstats

# Cluster
cluster_enabled:0

# Keyspace

------ CLIENT LIST OUTPUT ------

------ MODULES INFO OUTPUT ------

------ FAST MEMORY TEST ------
*** Preparing to test memory region 555fb3d000 (708608 bytes)
*** Preparing to test memory region 5576a55000 (270336 bytes)
*** Preparing to test memory region 7fa7500000 (13631488 bytes)
*** Preparing to test memory region 7fa84bb000 (16384 bytes)
*** Preparing to test memory region 7fa84ea000 (16384 bytes)
*** Preparing to test memory region 7fa8791000 (16384 bytes)
*** Preparing to test memory region 7fa8873000 (4096 bytes)
*** Preparing to test memory region 7fa8952000 (4096 bytes)
*** Preparing to test memory region 7fa8954000 (32768 bytes)
.O.O.O.O.O.O.O.O.O
Fast memory test PASSED, however your memory can still be broken. Please run a memory test for several hours if possible.

=== REDIS BUG REPORT END. Make sure to include from START to END. ===

       Please report the crash by opening an issue on github:

           http://github.com/redis/redis/issues

  Suspect RAM error? Use redis-server --test-memory to verify it.

CAN'T UPLOAD FILES OVER 1MB

hI, @acheaito
Can't upload files over 1MB .
I'm using Openebs cStor-RXW.
I tried in every way to change the php.in settings, in this case .user.ini and .htacess, and I was not successful in uploading files with more than 1MB.
Were you able to upload more than 1MB?
Can you help, please?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.